Aspose::Font::TtfTables::TtfLtshTable class

TtfLtshTable class

Represents Linear Threshold table of the TTF Font file.

class TtfLtshTable : public Aspose::Font::TtfTables::TtfTableBase

Methods

MethodDescription
get_NumGlyphs()Number of glyphs (from “numGlyphs” in ‘maxp’ table)
static get_Tag()Gets table tag.
get_Version()Table version.
GetYPel(uint16_t)Returns vertical pel height for glyph/zero if glyph number is incorrect.

See Also