Class TtfGaspTable

TtfGaspTable class

Represents “gasp” table of the TTF Font file.

public class TtfGaspTable : TtfTableBase

Properties

NameDescription
GaspRanges { get; }The list of GaspRange records provides recommended behaviors for various ppem sizes.
NumRanges { get; }Gets GaspRange records.
Offset { get; }Gets offset from beginning of sfnt.
TtfTables { get; }Reference to TTF table repository.
Version { get; }Gets table version.
static Tag { get; }Gets table tag.

See Also