org.gnu.pango

Class FontMask


public class FontMask
extends Flags

The bits in a PangoFontMask correspond to fields in a PangoFontDescription that have been set.

Field Summary

static FontMask
FAMILY
static FontMask
SIZE
static FontMask
STRETCH
static FontMask
STYLE
static FontMask
VARIANT
static FontMask
WEIGHT

Method Summary

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

Field Details

FAMILY

public static final FontMask FAMILY

SIZE

public static final FontMask SIZE

STRETCH

public static final FontMask STRETCH

STYLE

public static final FontMask STYLE

VARIANT

public static final FontMask VARIANT

WEIGHT

public static final FontMask WEIGHT

Method Details

and

public FontMask and(FontMask other)

intern

public static FontMask intern(int value)

or

public FontMask or(FontMask other)

test

public boolean test(FontMask other)

xor

public FontMask xor(FontMask other)