enum
Pango::Variant
Overview
An enumeration specifying capitalization variant of the font.
Defined in:
lib/gi-crystal/src/auto/pango-1.0/pango.crEnum Members
-
Normal =
0_u32
-
A normal font.
-
SmallCaps =
1_u32
-
A font with the lower case characters replaced by smaller variants of the capital characters.
-
AllSmallCaps =
2_u32
-
A font with all characters replaced by smaller variants of the capital characters. Since: 1.50
-
PetiteCaps =
3_u32
-
A font with the lower case characters replaced by smaller variants of the capital characters. Petite Caps can be even smaller than Small Caps. Since: 1.50
-
AllPetiteCaps =
4_u32
-
A font with all characters replaced by smaller variants of the capital characters. Petite Caps can be even smaller than Small Caps. Since: 1.50
-
Unicase =
5_u32
-
A font with the upper case characters replaced by smaller variants of the capital letters. Since: 1.50
-
TitleCaps =
6_u32
-
A font with capital letters that are more suitable for all-uppercase titles. Since: 1.50
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.
Instance Method Summary
-
#all_petite_caps?
Returns
true
if this enum value equalsAllPetiteCaps
-
#all_small_caps?
Returns
true
if this enum value equalsAllSmallCaps
-
#normal?
Returns
true
if this enum value equalsNormal
-
#petite_caps?
Returns
true
if this enum value equalsPetiteCaps
-
#small_caps?
Returns
true
if this enum value equalsSmallCaps
-
#title_caps?
Returns
true
if this enum value equalsTitleCaps
-
#unicase?
Returns
true
if this enum value equalsUnicase
Class methods inherited from struct Enum
g_type : UInt64
g_type
Class Method Detail
Returns the type id (GType) registered in GLib type system.