TtfGlyfTable.GetGlyph

TtfGlyfTable.GetGlyph method

Returns a glyph by glyph index.

public virtual Glyph GetGlyph(uint glyphIndex)
ParameterTypeDescription
glyphIndexUInt32Glyph index.

Return Value

Glyph related to index specified.

See Also