Aspose::Font::TtfTables::TtfGlyfTable 类

TtfGlyfTable class

表示 TTF Font 文件的 “glyf” 表。

class TtfGlyfTable : public Aspose::Font::TtfTables::TtfTableBase

方法

方法描述
virtual ContainsGlyph(int32_t)如果表中包含具有 glyphIndex 的字形,则返回 true。
static get_Tag()获取表标签。
virtual GetGlyph(uint32_t)根据字形索引返回字形。

另见