Aspose::Font::Glyphs::IGlyphAccessor class
Contents
[
Hide
]IGlyphAccessor class
Defines functionality to retrieve specified glyph identifiers and glyphs.
class IGlyphAccessor : public virtual System::Object
Methods
Method | Description |
---|---|
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
- Class Object
- Namespace Aspose::Font::Glyphs
- Library Aspose.Font for C++