WrapMode

PangoWrapMode: @PANGO_WRAP_WORD: wrap lines at word boundaries. @PANGO_WRAP_CHAR: wrap lines at character boundaries. @PANGO_WRAP_WORD_CHAR: wrap lines at word boundaries, but fall back to character boundaries if there is not enough space for a full word.

A #PangoWrapMode describes how to wrap the lines of a #PangoLayout to the desired width.

Values

ValueMeaning
WordPangoWrapMode.PANGO_WRAP_WORD
CharPangoWrapMode.PANGO_WRAP_CHAR
WordCharPangoWrapMode.PANGO_WRAP_WORD_CHAR

Meta