enum
HarfBuzz::OtColorPaletteFlagsT
Defined in:
lib/gi-crystal/src/auto/harf_buzz-0.0/harf_buzz.crEnum Members
-
Default =
0_u32
-
UsableWithLightBackground =
1_u32
-
UsableWithDarkBackground =
2_u32
-
None =
0_u32
-
All =
3_u32
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.
Instance Method Summary
-
#default?
Returns
true
if this enum value containsDefault
- #none?
-
#usable_with_dark_background?
Returns
true
if this enum value containsUsableWithDarkBackground
-
#usable_with_light_background?
Returns
true
if this enum value containsUsableWithLightBackground
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 usable_with_dark_background?
#
Returns true
if this enum value contains UsableWithDarkBackground
def usable_with_light_background?
#
Returns true
if this enum value contains UsableWithLightBackground