Enum EmfFamilyType
EmfFamilyType enumeration
The FamilyType enumeration defines values for one of the characteristics in the PANOSE system for classifying typefaces.
public enum EmfFamilyType : byte
Values
Name | Value | Description |
---|---|---|
PAN_ANY | 0 | The Any type. |
PAN_NO_FIT | 1 | The No fit. |
PAN_FAMILY_TEXT_DISPLAY | 2 | Text and display. |
PAN_FAMILY_SCRIPT | 3 | Script flag. |
PAN_FAMILY_DECORATIVE | 4 | Decorative flag. |
PAN_FAMILY_PICTORIAL | 5 | Pictorial flag. |
See Also
- namespace Aspose.Imaging.FileFormats.Emf.Emf.Consts
- assembly Aspose.Imaging