org.gnu.pango
Class FontMask
java.lang.Object
org.gnu.glib.Flags
org.gnu.pango.FontMask
public class FontMask
- extends org.gnu.glib.Flags
The bits in a PangoFontMask correspond to fields in a PangoFontDescription
that have been set.
Methods inherited from class org.gnu.glib.Flags |
equals, getValue, hashCode |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
FAMILY
public static final FontMask FAMILY
STYLE
public static final FontMask STYLE
VARIANT
public static final FontMask VARIANT
WEIGHT
public static final FontMask WEIGHT
STRETCH
public static final FontMask STRETCH
SIZE
public static final FontMask SIZE
intern
public static FontMask intern(int value)
or
public FontMask or(FontMask other)
and
public FontMask and(FontMask other)
xor
public FontMask xor(FontMask other)
test
public boolean test(FontMask other)