TtfPostTable.GetGlyphIndex

TtfPostTable.GetGlyphIndex method

Gets glyph index by glyph name.

public uint GetGlyphIndex(string glyphName)
ParameterTypeDescription
glyphNameStringGlyph name.

Return Value

Glyph index. When no PostScript name information is provided for the glyphs in this font file, returns the index 0, which is the undefined glyph or “.notdef” glyph

See Also