Font.GetGlyphById

Font.GetGlyphById method

Returns glyph by glyph id. Glyph id is a unique number for a glyph, which is font type dependent. GlyphId - derived object. For example: Type1’s id is a glyph name, instance of (GlyphStringId) class. TTF’s id is an int index, instance of (GlyphUInt32Id) class.

public abstract Glyph GetGlyphById(GlyphId id)
ParameterTypeDescription
idGlyphIdGlyph id.

Return Value

Glyph.

See Also