Style
Description:
[ CCode ( cprefix = "PANGO_STYLE_" , type_id = "pango_style_get_type ()" ) ]
public enum Style
An enumeration specifying the various slant styles possible for a font.
Content:
Enum values:
- ITALIC - the font is slanted in an italic style.
- NORMAL - the font is upright.
- OBLIQUE - the font is slanted, but in a roman
style.