enum HarfBuzz::BufferContentTypeT
Overview
The type of #hb_buffer_t contents.
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.