org.gnu.pango
Class Weight
java.lang.Object
org.gnu.glib.Enum
org.gnu.pango.Weight
public class Weight
- extends org.gnu.glib.Enum
An enumeration specifying the weight (boldness) of a font. This is a
numerical value ranging from 100 to 900,
Constructor Summary |
Weight(int value)
|
Methods inherited from class org.gnu.glib.Enum |
equals, getValue, hashCode |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
ULTRALIGHT
public static final Weight ULTRALIGHT
LIGHT
public static final Weight LIGHT
NORMAL
public static final Weight NORMAL
BOLD
public static final Weight BOLD
ULTRABOLD
public static final Weight ULTRABOLD
HEAVY
public static final Weight HEAVY
Weight
public Weight(int value)
intern
public static Weight intern(int value)
or
public Weight or(Weight other)
and
public Weight and(Weight other)
xor
public Weight xor(Weight other)
test
public boolean test(Weight other)