WrapMode
Description:
[ CCode ( cprefix = "PANGO_WRAP_" , type_id = "pango_wrap_mode_get_type ()" ) ]
public enum WrapMode
A WrapMode describes how to wrap the lines of a Layout to the
desired width.
Content:
Enum values:
- CHAR - wrap lines at character boundaries.
- WORD - wrap lines at word boundaries.
- WORD_CHAR - wrap lines at word
boundaries, but fall back to character boundaries if there is not enough space for a full word.