enum
HarfBuzz::OtMathKernT
Overview
The math kerning-table types defined for the four corners of a glyph.
Defined in:
lib/gi-crystal/src/auto/harf_buzz-0.0/harf_buzz.crEnum Members
-
TopRight =
0_u32 -
TopLeft =
1_u32 -
BottomRight =
2_u32 -
BottomLeft =
3_u32
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.
Instance Method Summary
-
#bottom_left?
Returns
trueif this enum value equalsBottomLeft -
#bottom_right?
Returns
trueif this enum value equalsBottomRight -
#top_left?
Returns
trueif this enum value equalsTopLeft -
#top_right?
Returns
trueif this enum value equalsTopRight
Class methods inherited from struct Enum
g_type : UInt64
g_type
Class Method Detail
Returns the type id (GType) registered in GLib type system.