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 FontMaskFAMILY
static FontMaskSIZE
static FontMaskSTRETCH
static FontMaskSTYLE
static FontMaskVARIANT
static FontMaskWEIGHT
Method Summary
FontMaskand(FontMask other)
static FontMaskintern(int value)
FontMaskor(FontMask other)
booleantest(FontMask other)
FontMaskxor(FontMask other)

Field Detail

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 Detail

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)