enum
HarfBuzz::BufferSerializeFlagsT
Defined in:
lib/gi-crystal/src/auto/harf_buzz-0.0/harf_buzz.crEnum Members
-
Default =
0_u32
-
NoClusters =
1_u32
-
NoPositions =
2_u32
-
NoGlyphNames =
4_u32
-
GlyphExtents =
8_u32
-
GlyphFlags =
16_u32
-
NoAdvances =
32_u32
-
None =
0_u32
-
All =
63_u32
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.
Instance Method Summary
-
#default?
Returns
true
if this enum value containsDefault
-
#glyph_extents?
Returns
true
if this enum value containsGlyphExtents
-
#glyph_flags?
Returns
true
if this enum value containsGlyphFlags
-
#no_advances?
Returns
true
if this enum value containsNoAdvances
-
#no_clusters?
Returns
true
if this enum value containsNoClusters
-
#no_glyph_names?
Returns
true
if this enum value containsNoGlyphNames
-
#no_positions?
Returns
true
if this enum value containsNoPositions
- #none?
Class methods inherited from struct Enum
g_type : UInt64
g_type
Class Method Detail
Returns the type id (GType) registered in GLib type system.