Enum Class WrapMode

java.lang.Object
java.lang.Enum<WrapMode>
org.gnome.pango.WrapMode
All Implemented Interfaces:
Enumeration, Serializable, Comparable<WrapMode>, Constable

@Generated("io.github.jwharm.JavaGI") public enum WrapMode extends Enum<WrapMode> implements Enumeration
PangoWrapMode describes how to wrap the lines of a PangoLayout to the desired width.

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