API Version: 1.0
Library Version: 1.48.6
enum Pango.WrapMode
PangoWrapMode describes how to wrap the lines of a PangoLayout to the desired width.
PangoWrapMode
PangoLayout
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.