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.
Value | Symbolic name | Description |
| Â Â 0 | Pango::ELLIPSIZE_NONE | No ellipsization. |
| Â Â 1 | Pango::ELLIPSIZE_START | Omit characters at the start of the text. |
| Â Â 2 | Pango::ELLIPSIZE_MIDDLE | Omit characters in the middle of the text. |
| Â Â 3 | Pango::ELLIPSIZE_END | Omit characters at the end of the text. |