org.gnu.pango
Class Stretch
An enumeration specifying the width of the font relative to other designs
within a family.
CONDENSED
public static final Stretch CONDENSED
EXPANDED
public static final Stretch EXPANDED
EXTRA_CONDENSED
public static final Stretch EXTRA_CONDENSED
EXTRA_EXPANDED
public static final Stretch EXTRA_EXPANDED
NORMAL
public static final Stretch NORMAL
SEMI_CONDENSED
public static final Stretch SEMI_CONDENSED
SEMI_EXPANDED
public static final Stretch SEMI_EXPANDED
ULTRA_CONDENSED
public static final Stretch ULTRA_CONDENSED
ULTRA_EXPANDED
public static final Stretch ULTRA_EXPANDED
intern
public static Stretch intern(int value)
test
public boolean test(Stretch other)