public final class EmfWeight
extends com.aspose.ms.System.Enum
The Weight enumeration defines values for one of the characteristics in the PANOSE system for classifying typefaces.
Modifier and Type | Field and Description |
---|---|
static byte |
PAN_ANY
The Any weight.
|
static byte |
PAN_NO_FIT
The No fit.
|
static byte |
PAN_WEIGHT_BLACK
The black weight.
|
static byte |
PAN_WEIGHT_BOLD
The bold weight.
|
static byte |
PAN_WEIGHT_BOOK
The book weight.
|
static byte |
PAN_WEIGHT_DEMI
The demi weight.
|
static byte |
PAN_WEIGHT_HEAVY
The heavy weight.
|
static byte |
PAN_WEIGHT_LIGHT
The light weight.
|
static byte |
PAN_WEIGHT_MEDIUM
The medium weight.
|
static byte |
PAN_WEIGHT_NORD
The nord weight.
|
static byte |
PAN_WEIGHT_THIN
The thin weight.
|
static byte |
PAN_WEIGHT_VERY_LIGHT
Very light weight.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final byte PAN_ANY
The Any weight.
public static final byte PAN_NO_FIT
The No fit.
public static final byte PAN_WEIGHT_VERY_LIGHT
Very light weight.
public static final byte PAN_WEIGHT_LIGHT
The light weight.
public static final byte PAN_WEIGHT_THIN
The thin weight.
public static final byte PAN_WEIGHT_BOOK
The book weight.
public static final byte PAN_WEIGHT_MEDIUM
The medium weight.
public static final byte PAN_WEIGHT_DEMI
The demi weight.
public static final byte PAN_WEIGHT_BOLD
The bold weight.
public static final byte PAN_WEIGHT_HEAVY
The heavy weight.
public static final byte PAN_WEIGHT_BLACK
The black weight.
public static final byte PAN_WEIGHT_NORD
The nord weight.