EmfDesignVector Class
Contents
[
Hide
]Summary: The DesignVector (section 2.2.3) object defines the design vector, which specifies values for the font axes of a multiple master font.
Module: aspose.imaging.fileformats.emf.emf.objects
Full Name: aspose.imaging.fileformats.emf.emf.objects.EmfDesignVector
Inheritance: EmfObject
Constructors
Name | Description |
---|---|
EmfDesignVector() | Initializes a new instance of the EmfDesignVector class |
Properties
Name | Type | Access | Description |
---|---|---|---|
num_axes | int | r/w | 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 | int | r/w | Gets or sets a 32-bit unsigned integer that MUST be set to the value 0x08007664. |
values | int | r/w | 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. |
Constructor: EmfDesignVector()
EmfDesignVector()
Initializes a new instance of the EmfDesignVector class