enum
Pango::FontMask
Defined in:
lib/gi-crystal/src/auto/pango-1.0/pango.crEnum Members
-
Family =
1_u32 -
Style =
2_u32 -
Variant =
4_u32 -
Weight =
8_u32 -
Stretch =
16_u32 -
Size =
32_u32 -
Gravity =
64_u32 -
Variations =
128_u32 -
None =
0_u32 -
All =
255_u32
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.
Instance Method Summary
-
#family?
Returns
trueif this enum value containsFamily -
#gravity?
Returns
trueif this enum value containsGravity - #none?
-
#size?
Returns
trueif this enum value containsSize -
#stretch?
Returns
trueif this enum value containsStretch -
#style?
Returns
trueif this enum value containsStyle -
#variant?
Returns
trueif this enum value containsVariant -
#variations?
Returns
trueif this enum value containsVariations -
#weight?
Returns
trueif this enum value containsWeight
Class methods inherited from struct Enum
g_type : UInt64
g_type
Class Method Detail
Returns the type id (GType) registered in GLib type system.