Description

Auto-horizontal alignment of the text

Fields

  • none - No auto-alignment rule
  • normal - Respects LTR/RTL (bidirectional) settings
  • locale - Respects locale's langauge settings
  • end - Text is places at opposite side of LTR/RTL (bidirectional) settings

Signature

enum Efl.Text_Format_Horizontal_Alignment_Auto_Type {
    none: 0,
    normal,
    locale,
    end
}

C signature

typedef enum {
    EFL_TEXT_FORMAT_HORIZONTAL_ALIGNMENT_AUTO_TYPE_NONE = 0,
    EFL_TEXT_FORMAT_HORIZONTAL_ALIGNMENT_AUTO_TYPE_NORMAL,
    EFL_TEXT_FORMAT_HORIZONTAL_ALIGNMENT_AUTO_TYPE_LOCALE,
    EFL_TEXT_FORMAT_HORIZONTAL_ALIGNMENT_AUTO_TYPE_END
} Efl_Text_Format_Horizontal_Alignment_Auto_Type;