Enum
org.gnu.pango.Style
public class Style
extends Enum
static Style
ITALIC
NORMAL
OBLIQUE
Style
and(Style other)
intern(int value)
or(Style other)
boolean
test(Style other)
xor(Style other)
public static final Style ITALIC
the font is slanted in an italic style.
public static final Style NORMAL
the font is upright.
public static final Style OBLIQUE
the font is slanted, but in a roman style.
public Style and(Style other)
public static Style intern(int value)
public Style or(Style other)
public boolean test(Style other)
public Style xor(Style other)