Class TtfFpgmTable

TtfFpgmTable class

Represents “fpgm” table of the TTF Font file.

public class TtfFpgmTable : TtfTableBase

Properties

NameDescription
Offset { get; }Gets offset from beginning of sfnt.
Program { get; }Gets fpgm program.
TtfTables { get; }Reference to TTF table repository.
static Tag { get; }Gets table tag.

See Also