Enum EmfProportion
EmfProportion enumeration
The Proportion enumeration defines values for one of the characteristics in the PANOSE system for classifying typefaces.
public enum EmfProportion : byte
Values
| Name | Value | Description | 
|---|---|---|
| PAN_ANY | 0 | The Any proportion. | 
| PAN_NO_FIT | 1 | The No fit. | 
| PAN_PROP_OLD_STYLE | 2 | Old style. | 
| PAN_PROP_MODERN | 3 | The modern | 
| PAN_PROP_EVEN_WIDTH | 4 | The even width | 
| PAN_PROP_EXPANDED | 5 | The expanded | 
| PAN_PROP_CONDENSED | 6 | The condensed | 
| PAN_PROP_VERY_EXPANDED | 7 | The very expanded | 
| PAN_PROP_VERY_CONDENSED | 8 | The very condensed | 
| PAN_PROP_MONOSPACED | 9 | The mono spaced | 
See Also
- namespace Aspose.Imaging.FileFormats.Emf.Emf.Consts
 - assembly Aspose.Imaging