Enumeration (GI Enum)

Pango-1.0PangoWrapMode

Pango.WrapMode describes how to wrap the lines of a Pango.Layout to the desired width.

For PANGO_WRAP_WORD, Pango uses break opportunities that are determined by the Unicode line breaking algorithm. For PANGO_WRAP_CHAR, Pango allows breaking at grapheme boundaries that are determined by the Unicode text segmentation algorithm.

Index
CHAR: 1

wrap lines at character boundaries.

NONE: 3

do not wrap.

1.56

WORD: 0

wrap lines at word boundaries.

WORD_CHAR: 2

wrap lines at word boundaries, but fall back to character boundaries if there is not enough space for a full word.

Variables

$gtype