Constructor and Description |
---|
EmfDesignVector() |
Modifier and Type | Method and Description |
---|---|
int |
getNumAxes()
Gets or sets a 32-bit unsigned integer that specifies the number of elements in
the Values array.
|
int |
getSignature()
Gets or sets a 32-bit unsigned integer that MUST be set to the value 0x08007664.
|
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.
|
void |
setNumAxes(int value)
Gets or sets a 32-bit unsigned integer that specifies the number of elements in
the Values array.
|
void |
setSignature(int value)
Gets or sets a 32-bit unsigned integer that MUST be set to the value 0x08007664.
|
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.
|
public int getSignature()
Gets or sets a 32-bit unsigned integer that MUST be set to the value 0x08007664.
public void setSignature(int value)
Gets or sets a 32-bit unsigned integer that MUST be set to the value 0x08007664.
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
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
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.
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.