Class TtfLocaTable

TtfLocaTable class

Represents “loca” table of the TTF Font file.

public class TtfLocaTable : TtfTableBase

Properties

NameDescription
Offset { get; }Gets offset from beginning of sfnt.
virtual Offsets { get; }Gets glyph offsets list.
TtfTables { get; }Reference to TTF table repository.
static Tag { get; }Gets table tag.

See Also