enum Pango::RenderPart
Overview
Pango::RenderPart
defines different items to render for such
purposes as setting colors.
Defined in:
lib/gi-crystal/src/auto/pango-1.0/pango.crEnum Members
-
Foreground =
0_u32
-
the text itself
-
Background =
1_u32
-
the area behind the text
-
Underline =
2_u32
-
underlines
-
Strikethrough =
3_u32
-
strikethrough lines
-
Overline =
4_u32
-
overlines
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.