TypeScript API Documentation for PANGO
API Version: 1.0
Library Version: 1.57.0
Generated with TypeDoc via ts-for-gir v4.0.0-beta.41
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.
PANGO_WRAP_WORD
PANGO_WRAP_CHAR
wrap lines at character boundaries.
do not wrap.
wrap lines at word boundaries.
wrap lines at word boundaries, but fall back to character boundaries if there is not enough space for a full word.
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. ForPANGO_WRAP_CHAR, Pango allows breaking at grapheme boundaries that are determined by the Unicode text segmentation algorithm.