PangoEllipsizeMode

The PangoEllipsizeMode type describes what sort of (if any) ellipsization should be applied to a line of text. In the ellipsization process characters are removed from the text in order to make it fit to a given width and replaced with an ellipsis.

Values

ValueMeaning
NONE0

No ellipsization

START1

Omit characters at the start of the text

MIDDLE2

Omit characters in the middle of the text

END3

Omit characters at the end of the text