Class EmfDesignVector
Contents
[
Hide
]EmfDesignVector class
The DesignVector (section 2.2.3) object defines the design vector, which specifies values for the font axes of a multiple master font.
public sealed class EmfDesignVector : EmfObject
Constructors
Name | Description |
---|---|
EmfDesignVector() | The default constructor. |
Properties
Name | Description |
---|---|
NumAxes { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the number of elements in the Values array. It MUST be in the range 0 to 16, inclusive |
Signature { get; set; } | Gets or sets a 32-bit unsigned integer that MUST be set to the value 0x08007664. |
Values { get; set; } | Gets or sets an optional array of 32-bit signed integers that specify the values of the font axes of a multiple master, OpenType font. The maximum number of values in the array is 16. |
See Also
- class EmfObject
- namespace Aspose.Imaging.FileFormats.Emf.Emf.Objects
- assembly Aspose.Imaging