enum HarfBuzz::BufferDiffFlagsT

Defined in:

lib/gi-crystal/src/auto/harf_buzz-0.0/harf_buzz.cr

Enum 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

Instance Method Summary

Class methods inherited from struct Enum

g_type : UInt64 g_type

Class Method Detail

def self.g_type : UInt64 #

Returns the type id (GType) registered in GLib type system.


[View source]

Instance Method Detail

def cluster_mismatch? #

[View source]
def codepoint_mismatch? #

[View source]
def content_type_mismatch? #

[View source]
def dotted_circle_present? #

[View source]
def equal? #

[View source]
def glyph_flags_mismatch? #

[View source]
def length_mismatch? #

[View source]
def none? #

[View source]
def notdef_present? #

[View source]
def position_mismatch? #

[View source]