org.gnu.pango

Class Style


public class Style
extends Enum

An enumeration specifying the various slant styles possible for a font.

Field Summary

static Style
ITALIC
the font is slanted in an italic style.
static Style
NORMAL
the font is upright.
static Style
OBLIQUE
the font is slanted, but in a roman style.

Method Summary

Style
and(Style other)
static Style
intern(int value)
Style
or(Style other)
boolean
test(Style other)
Style
xor(Style other)

Field Details

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 Details

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)