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?
Returns
true
if this enum value equalsCondensed
-
#expanded?
Returns
true
if this enum value equalsExpanded
-
#extra_condensed?
Returns
true
if this enum value equalsExtraCondensed
-
#extra_expanded?
Returns
true
if this enum value equalsExtraExpanded
-
#normal?
Returns
true
if this enum value equalsNormal
-
#semi_condensed?
Returns
true
if this enum value equalsSemiCondensed
-
#semi_expanded?
Returns
true
if this enum value equalsSemiExpanded
-
#ultra_condensed?
Returns
true
if this enum value equalsUltraCondensed
-
#ultra_expanded?
Returns
true
if this enum value equalsUltraExpanded
Class methods inherited from struct Enum
g_type : UInt64
g_type
Class Method Detail
Returns the type id (GType) registered in GLib type system.