EmfContrast

EmfContrast enumeration

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

public enum EmfContrast : byte

Values

NameValueDescription
PAN_ANY0The Any contrast
PAN_NO_FIT1The No fit.
PAN_CONTRAST_NONE2None contrast.
PAN_CONTRAST_VERY_LOW3Very low contrast.
PAN_CONTRAST_LOW4Low contrast.
PAN_CONTRAST_MEDIUM_LOW5The Medium low.
PAN_CONTRAST_MEDIUM6The Medium.
PAN_CONTRAST_MEDIUM_HIGH7The Medium high.
PAN_CONTRAST_HIGH8The High contrast.
PAN_CONTRAST_VERY_HIGH9The Very high.

See Also