org.gnu.pango
Class Weight
An enumeration specifying the weight (boldness) of a font. This is a
numerical value ranging from 100 to 900,
BOLD
public static final Weight BOLD
HEAVY
public static final Weight HEAVY
LIGHT
public static final Weight LIGHT
NORMAL
public static final Weight NORMAL
ULTRABOLD
public static final Weight ULTRABOLD
ULTRALIGHT
public static final Weight ULTRALIGHT
Weight
public Weight(int value)
intern
public static Weight intern(int value)
test
public boolean test(Weight other)