Efl.Text_Font.font_width

Description

Type of width of the displayed font

Default is Efl.Text_Font_Width.normal.

Values

  • width - Font width

Signature

@property font_width @pure_virtual {
    get {}
    set {}
    values {
        width: Efl.Text_Font_Width;
    }
}

C signature

Efl_Text_Font_Width efl_text_font_width_get(const Eo *obj);
void efl_text_font_width_set(Eo *obj, Efl_Text_Font_Width width);

Implemented by