EmfProportion

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class EmfProportion extends System.Enum

The Proportion enumeration defines values for one of the characteristics in the PANOSE system for classifying typefaces.

Fields

FieldDescription
PAN_ANYThe Any proportion.
PAN_NO_FITThe No fit.
PAN_PROP_OLD_STYLEOld style.
PAN_PROP_MODERNThe modern
PAN_PROP_EVEN_WIDTHThe even width
PAN_PROP_EXPANDEDThe expanded
PAN_PROP_CONDENSEDThe condensed
PAN_PROP_VERY_EXPANDEDThe very expanded
PAN_PROP_VERY_CONDENSEDThe very condensed
PAN_PROP_MONOSPACEDThe mono spaced

PAN_ANY

public static final byte PAN_ANY

The Any proportion.

PAN_NO_FIT

public static final byte PAN_NO_FIT

The No fit.

PAN_PROP_OLD_STYLE

public static final byte PAN_PROP_OLD_STYLE

Old style.

PAN_PROP_MODERN

public static final byte PAN_PROP_MODERN

The modern

PAN_PROP_EVEN_WIDTH

public static final byte PAN_PROP_EVEN_WIDTH

The even width

PAN_PROP_EXPANDED

public static final byte PAN_PROP_EXPANDED

The expanded

PAN_PROP_CONDENSED

public static final byte PAN_PROP_CONDENSED

The condensed

PAN_PROP_VERY_EXPANDED

public static final byte PAN_PROP_VERY_EXPANDED

The very expanded

PAN_PROP_VERY_CONDENSED

public static final byte PAN_PROP_VERY_CONDENSED

The very condensed

PAN_PROP_MONOSPACED

public static final byte PAN_PROP_MONOSPACED

The mono spaced