WrapMode


Description:

[ CCode ( cprefix = "PANGO_WRAP_" , type_id = "pango_wrap_mode_get_type ()" ) ]
public enum WrapMode

`PangoWrapMode` describes how to wrap the lines of a `PangoLayout` 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.


Namespace: Pango
Package: pango

Content:

Enum values: