Enum EmfContrast
Enum EmfContrast
Namespace: Aspose.Imaging.FileFormats.Emf.Emf.Consts
Assembly: Aspose.Imaging.dll (25.2.0)
The Contrast enumeration defines values for one of the characteristics in the PANOSE system for classifying typefaces.
public enum EmfContrast : byte
Fields
PAN_ANY = 0
The Any contrast
PAN_CONTRAST_HIGH = 8
The High contrast.
PAN_CONTRAST_LOW = 4
Low contrast.
PAN_CONTRAST_MEDIUM = 6
The Medium.
PAN_CONTRAST_MEDIUM_HIGH = 7
The Medium high.
PAN_CONTRAST_MEDIUM_LOW = 5
The Medium low.
PAN_CONTRAST_NONE = 2
None contrast.
PAN_CONTRAST_VERY_HIGH = 9
The Very high.
PAN_CONTRAST_VERY_LOW = 3
Very low contrast.
PAN_NO_FIT = 1
The No fit.