TtfFpgmTable

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

public class TtfFpgmTable extends TtfTableBase

Represents “fpgm” table of the TTF Font file.

Methods

MethodDescription
getTag()Gets table tag.
getProgram()Gets fpgm program.

getTag()

public static String getTag()

Gets table tag.

Returns: java.lang.String - Table tag.

getProgram()

public byte[] getProgram()

Gets fpgm program.

Returns: byte[] - Fpgm program.