enum Pango::Stretch
Overview
An enumeration specifying the width of the font relative to other designs within a family.
Defined in:
lib/gi-crystal/src/auto/pango-1.0/pango.crEnum Members
-
UltraCondensed =
0_u32
-
ultra condensed width
-
ExtraCondensed =
1_u32
-
extra condensed width
-
Condensed =
2_u32
-
condensed width
-
SemiCondensed =
3_u32
-
semi condensed width
-
Normal =
4_u32
-
the normal width
-
SemiExpanded =
5_u32
-
semi expanded width
-
Expanded =
6_u32
-
expanded width
-
ExtraExpanded =
7_u32
-
extra expanded width
-
UltraExpanded =
8_u32
-
ultra expanded width
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.
Instance Method Summary
- #condensed?
- #expanded?
- #extra_condensed?
- #extra_expanded?
- #normal?
- #semi_condensed?
- #semi_expanded?
- #ultra_condensed?
- #ultra_expanded?
Class methods inherited from struct Enum
g_type : UInt64
g_type
Class Method Detail
Returns the type id (GType) registered in GLib type system.