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)
Parameter | Type | Description |
---|---|---|
id | GlyphId | glyph ID. |
Return Value
Glyph
See Also
- class Glyph
- class GlyphId
- interface IGlyphAccessor
- namespace Aspose.Font.Glyphs
- assembly Aspose.Font