Description

Type of font slant

Fields

  • normal - Normal font slant
  • oblique - Oblique font slant
  • italic - Italic font slant

Signature

enum Efl.Text_Font_Slant {
    normal: 0,
    oblique,
    italic
}

C signature

typedef enum {
    EFL_TEXT_FONT_SLANT_NORMAL = 0,
    EFL_TEXT_FONT_SLANT_OBLIQUE,
    EFL_TEXT_FONT_SLANT_ITALIC
} Efl_Text_Font_Slant;