TtfPostTable.GetGlyphName

TtfPostTable.GetGlyphName method

Gets glyph name by glyph index.

public string GetGlyphName(uint glyphIndex)
ParameterTypeDescription
glyphIndexUInt32Glyph index.

Return Value

Glyph name. When no PostScript name information is provided for the glyphs in this font file, returns null.

See Also