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
ParameterTypeDescription
idSystem::SharedPtr<GlyphId>glyph ID.

ReturnValue

Glyph

See Also