TtfCvtTable
Inheritance: java.lang.Object, com.aspose.font.TtfTableBase
public class TtfCvtTable extends TtfTableBase
Represents Control Value Table (CVT) of the TTF Font file.
Methods
Method | Description |
---|---|
getTag() | Gets table tag. |
getControlValues() | Gets list of values referenceable by instructions. |
getTag()
public static String getTag()
Gets table tag.
Returns: java.lang.String - Table tag.
getControlValues()
public short[] getControlValues()
Gets list of values referenceable by instructions.
Returns: short[] - List of values referenceable by instructions.