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
true
if this enum value containsFamily
-
#gravity?
Returns
true
if this enum value containsGravity
- #none?
-
#size?
Returns
true
if this enum value containsSize
-
#stretch?
Returns
true
if this enum value containsStretch
-
#style?
Returns
true
if this enum value containsStyle
-
#variant?
Returns
true
if this enum value containsVariant
-
#variations?
Returns
true
if this enum value containsVariations
-
#weight?
Returns
true
if 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.