Enum EmfArmStyle
EmfArmStyle enumeration
The ArmStyle enumeration defines values for one of the characteristics in the PANOSE system for classifying typefaces.
public enum EmfArmStyle : byte
Values
| Name | Value | Description | 
|---|---|---|
| PAN_ANY | 0 | The Any style. | 
| PAN_NO_FIT | 1 | The No fit. | 
| PAN_STRAIGHT_ARMS_HORZ | 2 | The Straight arms/horizontal. | 
| PAN_STRAIGHT_ARMS_WEDGE | 3 | The Straight arms/wedge | 
| PAN_STRAIGHT_ARMS_VERT | 4 | The Straight arms/vertical | 
| PAN_STRAIGHT_ARMS_SINGLE_SERIF | 5 | The Straight arms/single-serif. | 
| PAN_STRAIGHT_ARMS_DOUBLE_SERIF | 6 | The Straight arms/double-serif. | 
| PAN_BENT_ARMS_HORZ | 7 | The Non straight arms/horizontal. | 
| PAN_BENT_ARMS_WEDGE | 8 | The Non straight arms/wedge | 
| PAN_BENT_ARMS_VERT | 9 | The Non straight arms/vertical. | 
| PAN_BENT_ARMS_SINGLE_SERIF | 10 | The Non straight arms/single-serif. | 
| PAN_BENT_ARMS_DOUBLE_SERIF | 11 | The Non straight arms/double-serif. | 
See Also
- namespace Aspose.Imaging.FileFormats.Emf.Emf.Consts
 - assembly Aspose.Imaging