enum
Pango::BaselineShift
Overview
An enumeration that affects baseline shifts between runs.
Defined in:
lib/gi-crystal/src/auto/pango-1.0/pango.crEnum Members
-
None =
0_u32
-
Leave the baseline unchanged
-
Superscript =
1_u32
-
Shift the baseline to the superscript position, relative to the previous run
-
Subscript =
2_u32
-
Shift the baseline to the subscript position, relative to the previous run
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.
Instance Method Summary
-
#none?
Returns
true
if this enum value equalsNone
-
#subscript?
Returns
true
if this enum value equalsSubscript
-
#superscript?
Returns
true
if this enum value equalsSuperscript
Class methods inherited from struct Enum
g_type : UInt64
g_type
Class Method Detail
Returns the type id (GType) registered in GLib type system.