Aspose::Font::Glyphs::IGlyphAccessor class

IGlyphAccessor class

Defines functionality to retrieve specified glyph identifiers and glyphs.

class IGlyphAccessor : public virtual System::Object

Methods

MethodDescription
virtual get_GlyphIdType()Glyph id type specification.
virtual GetAllGlyphIds()Returns all glyph ids, available in the Font. Glyph id is a unique number for a glyph, which is font type dependent. 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 GetGlyphById(System::SharedPtr<GlyphId>)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 GetGlyphsForText(System::String)Get glyphs representation for text.

See Also