Class TtfGlyfTable

TtfGlyfTable class

Represents “glyf” table of the TTF Font file.

public class TtfGlyfTable : TtfTableBase

Properties

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

Methods

NameDescription
virtual ContainsGlyph(int)Returns true in case the table contains glyph with glyphIndex.
virtual GetGlyph(uint)Returns a glyph by glyph index.

See Also