org.gnu.pango

Class Style

public class Style extends Enum

An enumeration specifying the various slant styles possible for a font.
Field Summary
static StyleITALIC
the font is slanted in an italic style.
static StyleNORMAL
the font is upright.
static StyleOBLIQUE
the font is slanted, but in a roman style.
Method Summary
Styleand(Style other)
static Styleintern(int value)
Styleor(Style other)
booleantest(Style other)
Stylexor(Style other)

Field Detail

ITALIC

public static final Style ITALIC
the font is slanted in an italic style.

NORMAL

public static final Style NORMAL
the font is upright.

OBLIQUE

public static final Style OBLIQUE
the font is slanted, but in a roman style.

Method Detail

and

public Style and(Style other)

intern

public static Style intern(int value)

or

public Style or(Style other)

test

public boolean test(Style other)

xor

public Style xor(Style other)