Efl.Text_Format.linegap

Description

Minimal line gap (top and bottom) for each line in the text

value is absolute size.

Values

  • value - Line gap value

Signature

@property linegap @pure_virtual {
    get {}
    set {}
    values {
        value: double;
    }
}

C signature

double efl_text_linegap_get(const Eo *obj);
void efl_text_linegap_set(Eo *obj, double value);

Implemented by