enum
HarfBuzz::BufferContentTypeT
Defined in:
lib/gi-crystal/src/auto/harf_buzz-0.0/harf_buzz.crEnum Members
-
Invalid =
0_u32
-
Initial value for new buffer.
-
Unicode =
1_u32
-
The buffer contains input characters (before shaping).
-
Glyphs =
2_u32
-
The buffer contains output glyphs (after shaping).
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.
Instance Method Summary
-
#glyphs?
Returns
true
if this enum value equalsGlyphs
-
#invalid?
Returns
true
if this enum value equalsInvalid
-
#unicode?
Returns
true
if this enum value equalsUnicode
Class methods inherited from struct Enum
g_type : UInt64
g_type
Class Method Detail
Returns the type id (GType) registered in GLib type system.