Efl.Text_Font.font_slant

Description

Type of slant of the displayed font

Default is Efl.Text_Font_Slant.normal.

Values

  • style - Font slant

Signature

@property font_slant @pure_virtual {
    get {}
    set {}
    values {
        style: Efl.Text_Font_Slant;
    }
}

C signature

Efl_Text_Font_Slant efl_text_font_slant_get(const Eo *obj);
void efl_text_font_slant_set(Eo *obj, Efl_Text_Font_Slant style);

Implemented by