TtfGaspTable

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

public class TtfGaspTable extends TtfTableBase

Represents “gasp” table of the TTF Font file.

Methods

MethodDescription
getTag()Gets the table tag.
getVersion()Gets the table version.
getNumRanges()Gets GaspRange records.
getGaspRanges()Gets the list of GaspRange records provides recommended behaviors for various ppem sizes.

getTag()

public static String getTag()

Gets the table tag.

Returns: java.lang.String - The table tag.

getVersion()

public int getVersion()

Gets the table version.

Returns: int - The table version.

getNumRanges()

public int getNumRanges()

Gets GaspRange records.

Returns: int - GaspRange records.

getGaspRanges()

public List<GaspRange> getGaspRanges()

Gets the list of GaspRange records provides recommended behaviors for various ppem sizes.

Returns: java.util.List<com.aspose.font.GaspRange> - The list of GaspRange.