IGlyphAccessor.GetGlyphById

IGlyphAccessor.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 Glyph GetGlyphById(GlyphId id)
ParameterTypeDescription
idGlyphIdglyph ID.

Return Value

Glyph

See Also