EmfContrast

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

public final class EmfContrast extends System.Enum

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

Fields

FieldDescription
PAN_ANYThe Any contrast
PAN_NO_FITThe No fit.
PAN_CONTRAST_NONENone contrast.
PAN_CONTRAST_VERY_LOWVery low contrast.
PAN_CONTRAST_LOWLow contrast.
PAN_CONTRAST_MEDIUM_LOWThe Medium low.
PAN_CONTRAST_MEDIUMThe Medium.
PAN_CONTRAST_MEDIUM_HIGHThe Medium high.
PAN_CONTRAST_HIGHThe High contrast.
PAN_CONTRAST_VERY_HIGHThe Very high.

PAN_ANY

public static final byte PAN_ANY

The Any contrast

PAN_NO_FIT

public static final byte PAN_NO_FIT

The No fit.

PAN_CONTRAST_NONE

public static final byte PAN_CONTRAST_NONE

None contrast.

PAN_CONTRAST_VERY_LOW

public static final byte PAN_CONTRAST_VERY_LOW

Very low contrast.

PAN_CONTRAST_LOW

public static final byte PAN_CONTRAST_LOW

Low contrast.

PAN_CONTRAST_MEDIUM_LOW

public static final byte PAN_CONTRAST_MEDIUM_LOW

The Medium low.

PAN_CONTRAST_MEDIUM

public static final byte PAN_CONTRAST_MEDIUM

The Medium.

PAN_CONTRAST_MEDIUM_HIGH

public static final byte PAN_CONTRAST_MEDIUM_HIGH

The Medium high.

PAN_CONTRAST_HIGH

public static final byte PAN_CONTRAST_HIGH

The High contrast.

PAN_CONTRAST_VERY_HIGH

public static final byte PAN_CONTRAST_VERY_HIGH

The Very high.