EmfDesignVector
Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.emf.emf.objects.EmfObject
public final class EmfDesignVector extends EmfObject
The DesignVector (section 2.2.3) object defines the design vector, which specifies values for the font axes of a multiple master font.
Constructors
Constructor | Description |
---|---|
EmfDesignVector() |
Methods
Method | Description |
---|---|
getSignature() | Gets or sets a 32-bit unsigned integer that MUST be set to the value 0x08007664. |
setSignature(int value) | Gets or sets a 32-bit unsigned integer that MUST be set to the value 0x08007664. |
getNumAxes() | Gets or sets a 32-bit unsigned integer that specifies the number of elements in the Values array. |
setNumAxes(int value) | Gets or sets a 32-bit unsigned integer that specifies the number of elements in the Values array. |
getValues() | 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. |
setValues(int[] value) | 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. |
EmfDesignVector()
public EmfDesignVector()
getSignature()
public int getSignature()
Gets or sets a 32-bit unsigned integer that MUST be set to the value 0x08007664.
Returns: int
setSignature(int value)
public void setSignature(int value)
Gets or sets a 32-bit unsigned integer that MUST be set to the value 0x08007664.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
getNumAxes()
public int getNumAxes()
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
Returns: int
setNumAxes(int value)
public void setNumAxes(int value)
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
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
getValues()
public int[] getValues()
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.
Returns: int[]
setValues(int[] value)
public void setValues(int[] value)
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.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int[] |