EmfPanose Class
Contents
[
Hide
]Summary: The Panose object describes the PANOSE font-classification values for a TrueType font. These
characteristics are used to associate the font with other fonts of similar appearance but different names.
Module: aspose.imaging.fileformats.emf.emf.objects
Full Name: aspose.imaging.fileformats.emf.emf.objects.EmfPanose
Inheritance: EmfObject
Constructors
Name | Description |
---|---|
EmfPanose() | Initializes a new instance of the EmfPanose class |
Properties
Name | Type | Access | Description |
---|---|---|---|
arm_style | EmfArmStyle | r/w | Gets or sets an 8-bit unsigned integer that specifies the arm style of the font. The value MUST be in the ArmStyle (section 2.1.3) enumeration table. |
contrast | EmfContrast | r/w | Gets or sets an 8-bit unsigned integer that specifies the contrast of the font. The value MUST be in the Contrast (section 2.1.8) enumeration table. |
family_type | EmfFamilyType | r/w | Gets or sets an 8-bit unsigned integer that specifies the family type. The value MUST be in the FamilyType (section 2.1.12) enumeration table. |
letterform | EmfLetterform | r/w | Gets or sets an 8-bit unsigned integer that specifies the letterform of the font. The value MUST be in the Letterform (section 2.1.20) enumeration table |
midline | EmfMidLine | r/w | Gets or sets an 8-bit unsigned integer that specifies the midline of the font. The value MUST be in the MidLine (section 2.1.23) enumeration table. |
proportion | EmfProportion | r/w | Gets or sets an 8-bit unsigned integer that specifies the proportion of the font. The value MUST be in the Proportion (section 2.1.28) enumeration table. |
serif_style | EmfSerifStyle | r/w | Gets or sets an 8-bit unsigned integer that specifies the serif style. The value MUST be in the SerifType (section 2.1.30) enumeration table. |
stroke_variation | EmfStrokeVariation | r/w | Gets or sets an 8-bit unsigned integer that specifies the stroke variation for the font. The value MUST be in the StrokeVariation (section 2.1.33) enumeration table. |
weight | EmfWeight | r/w | Gets or sets an 8-bit unsigned integer that specifies the weight of the font. The value MUST be in the Weight (section 2.1.34) enumeration table. |
x_height | EmfXHeight | r/w | Gets or sets an 8-bit unsigned integer that specifies the x height of the font. The value MUST be in the XHeight (section 2.1.35) enumeration table. |
Constructor: EmfPanose()
EmfPanose()
Initializes a new instance of the EmfPanose class