Aspose::Font::Glyphs::IGlyphAccessor::GetGlyphById method
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.
virtual System::SharedPtr<Glyph> Aspose::Font::Glyphs::IGlyphAccessor::GetGlyphById(System::SharedPtr<GlyphId> id)=0
Parameter | Type | Description |
---|---|---|
id | System::SharedPtr<GlyphId> | glyph ID. |
ReturnValue
See Also
- Typedef SharedPtr
- Class Glyph
- Class GlyphId
- Class IGlyphAccessor
- Namespace Aspose::Font::Glyphs
- Library Aspose.Font for C++