enum Pango::Style
Overview
An enumeration specifying the various slant styles possible for a font.
Defined in:
auto/pango-1.0/pango.crEnum Members
-
Normal =
0_u32
-
the font is upright.
-
Oblique =
1_u32
-
the font is slanted, but in a roman style.
-
Italic =
2_u32
-
the font is slanted in an italic style.