Description

Wrap mode of the text (not in effect if not multiline)

Fields

  • none - No wrapping
  • char - Wrap mode character
  • word - Wrap mode word
  • mixed - Wrap mode mixed
  • hyphenation - Wrap mode hyphenation

Signature

enum Efl.Text_Format_Wrap {
    none: 0,
    char,
    word,
    mixed,
    hyphenation
}

C signature

typedef enum {
    EFL_TEXT_FORMAT_WRAP_NONE = 0,
    EFL_TEXT_FORMAT_WRAP_CHAR,
    EFL_TEXT_FORMAT_WRAP_WORD,
    EFL_TEXT_FORMAT_WRAP_MIXED,
    EFL_TEXT_FORMAT_WRAP_HYPHENATION
} Efl_Text_Format_Wrap;