Aspose::Font::TtfTables::TtfGlyfTable::GetGlyph 方法

TtfGlyfTable::GetGlyph method

根据字形索引返回字形。

virtual System::SharedPtr<Glyphs::Glyph> Aspose::Font::TtfTables::TtfGlyfTable::GetGlyph(uint32_t glyphIndex)
参数类型描述
glyphIndexuint32_t字形索引。

ReturnValue

与指定索引相关的字形。

另见