enum
HarfBuzz::BufferDiffFlagsT
Defined in:
lib/gi-crystal/src/auto/harf_buzz-0.0/harf_buzz.crEnum Members
-
Equal =
0_u32
-
ContentTypeMismatch =
1_u32
-
LengthMismatch =
2_u32
-
NotdefPresent =
4_u32
-
DottedCirclePresent =
8_u32
-
CodepointMismatch =
16_u32
-
ClusterMismatch =
32_u32
-
GlyphFlagsMismatch =
64_u32
-
PositionMismatch =
128_u32
-
None =
0_u32
-
All =
255_u32
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.
Instance Method Summary
-
#cluster_mismatch?
Returns
true
if this enum value containsClusterMismatch
-
#codepoint_mismatch?
Returns
true
if this enum value containsCodepointMismatch
-
#content_type_mismatch?
Returns
true
if this enum value containsContentTypeMismatch
-
#dotted_circle_present?
Returns
true
if this enum value containsDottedCirclePresent
-
#equal?
Returns
true
if this enum value containsEqual
-
#glyph_flags_mismatch?
Returns
true
if this enum value containsGlyphFlagsMismatch
-
#length_mismatch?
Returns
true
if this enum value containsLengthMismatch
- #none?
-
#notdef_present?
Returns
true
if this enum value containsNotdefPresent
-
#position_mismatch?
Returns
true
if this enum value containsPositionMismatch
Class methods inherited from struct Enum
g_type : UInt64
g_type
Class Method Detail
Returns the type id (GType) registered in GLib type system.