Package: pango
GEnum pango:ellipsize-mode
Declaration(gobject:define-genum "PangoEllipsizeMode" ellipsize-mode (:export t :type-initializer "pango_ellipsize_mode_get_type") (:none 0) (:start 1) (:middle 2) (:end 3)) Values
Details The pango:ellipsize-mode enumeration 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. | See also |
2025-2-18