Aspose::Font::TtfTables::TtfPostTable::GetGlyphName 方法

TtfPostTable::GetGlyphName method

获取按字形索引的字形名称。

System::String Aspose::Font::TtfTables::TtfPostTable::GetGlyphName(uint32_t glyphIndex)
参数类型描述
glyphIndexuint32_t字形索引。

ReturnValue

字形名称。当此字体文件中的字形未提供 PostScript 名称信息时,返回 null。

另见