enum Pango::EllipsizeMode
Overview
Pango::EllipsizeMode
describes what sort of ellipsization
should be applied to 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.
Defined in:
lib/gi-crystal/src/auto/pango-1.0/pango.crEnum Members
-
None =
0_u32
-
No ellipsization
-
Start =
1_u32
-
Omit characters at the start of the text
-
Middle =
2_u32
-
Omit characters in the middle of the text
-
End =
3_u32
-
Omit characters at the end of the text
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.
Instance Method Summary
Class methods inherited from struct Enum
g_type : UInt64
g_type
Class Method Detail
Returns the type id (GType) registered in GLib type system.