enum
HarfBuzz::OtLayoutGlyphClassT
Overview
The GDEF classes defined for glyphs.
Defined in:
lib/gi-crystal/src/auto/harf_buzz-0.0/harf_buzz.crEnum Members
-
Unclassified =
0_u32
-
Glyphs not matching the other classifications
-
BaseGlyph =
1_u32
-
Spacing, single characters, capable of accepting marks
-
Ligature =
2_u32
-
Glyphs that represent ligation of multiple characters
-
Mark =
3_u32
-
Non-spacing, combining glyphs that represent marks
-
Component =
4_u32
-
Spacing glyphs that represent part of a single character
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.
Instance Method Summary
-
#base_glyph?
Returns
true
if this enum value equalsBaseGlyph
-
#component?
Returns
true
if this enum value equalsComponent
-
#ligature?
Returns
true
if this enum value equalsLigature
-
#mark?
Returns
true
if this enum value equalsMark
-
#unclassified?
Returns
true
if this enum value equalsUnclassified
Class methods inherited from struct Enum
g_type : UInt64
g_type
Class Method Detail
Returns the type id (GType) registered in GLib type system.