enum HarfBuzz::GlyphFlagsT

Defined in:

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

Enum Members

UnsafeToBreak = 1_u32
UnsafeToConcat = 2_u32
SafeToInsertTatweel = 4_u32
Defined = 7_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.


Instance Method Detail

def defined? #

def none? #

def safe_to_insert_tatweel? #

def unsafe_to_break? #

def unsafe_to_concat? #