enum
Cairo::FontType
Defined in:
lib/gi-crystal/src/auto/cairo-1.0/cairo.crEnum Members
-
Toy =
0_u32
-
Ft =
1_u32
-
Win32 =
2_u32
-
Quartz =
3_u32
-
User =
4_u32
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.
Instance Method Summary
-
#ft?
Returns
true
if this enum value equalsFt
-
#quartz?
Returns
true
if this enum value equalsQuartz
-
#toy?
Returns
true
if this enum value equalsToy
-
#user?
Returns
true
if this enum value equalsUser
-
#win32?
Returns
true
if this enum value equalsWin32
Class methods inherited from struct Enum
g_type : UInt64
g_type
Class Method Detail
Returns the type id (GType) registered in GLib type system.