enum
HarfBuzz::BufferFlagsT
Defined in:
lib/gi-crystal/src/auto/harf_buzz-0.0/harf_buzz.crEnum Members
-
Default =
0_u32 -
Bot =
1_u32 -
Eot =
2_u32 -
PreserveDefaultIgnorables =
4_u32 -
RemoveDefaultIgnorables =
8_u32 -
DoNotInsertDottedCircle =
16_u32 -
None =
0_u32 -
All =
31_u32
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.
Instance Method Summary
-
#bot?
Returns
trueif this enum value containsBot -
#default?
Returns
trueif this enum value containsDefault -
#do_not_insert_dotted_circle?
Returns
trueif this enum value containsDoNotInsertDottedCircle -
#eot?
Returns
trueif this enum value containsEot - #none?
-
#preserve_default_ignorables?
Returns
trueif this enum value containsPreserveDefaultIgnorables -
#remove_default_ignorables?
Returns
trueif this enum value containsRemoveDefaultIgnorables
Class methods inherited from struct Enum
g_type : UInt64
g_type
Class Method Detail
Returns the type id (GType) registered in GLib type system.
Instance Method Detail
def preserve_default_ignorables?
#
Returns true if this enum value contains PreserveDefaultIgnorables