Aspose::Font::Glyphs::IGlyphAccessor::GetAllGlyphIds method
IGlyphAccessor::GetAllGlyphIds method
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 System::ArrayPtr<System::SharedPtr<GlyphId>> Aspose::Font::Glyphs::IGlyphAccessor::GetAllGlyphIds()=0
ReturnValue
Glyph identifiers.
See Also
- Typedef ArrayPtr
- Typedef SharedPtr
- Class GlyphId
- Class IGlyphAccessor
- Namespace Aspose::Font::Glyphs
- Library Aspose.Font for C++