TtfPrepTable

Inheritance: java.lang.Object, com.aspose.font.TtfTableBase

public class TtfPrepTable extends TtfTableBase

Represents “prep” table of the TTF Font file.

Methods

MethodDescription
getTag()Gets table tag.
getProgram()Set of instructions.

getTag()

public static String getTag()

Gets table tag.

Returns: java.lang.String - Table tag.

getProgram()

public byte[] getProgram()

Set of instructions.

Returns: byte[] - Set of instructions.