Aspose::Font::Glyphs::GlyphIdList class
GlyphIdList class
Represents glyph id list.
class GlyphIdList : public System::Collections::Generic::List<System::SharedPtr<Aspose::Font::Glyphs::GlyphId>>
Methods
| Method | Description | 
|---|---|
| Add(const System::SharedPtr<GlyphId>&) override | Adds glyph id to the list. | 
| Clear() override | Clears the list. | 
| Contains(const System::SharedPtr<GlyphId>&) const override | Returns true in case glyph id is in the list. | 
| idx_get(int32_t) const override | Returns glyph id by the index. | 
| Remove(const System::SharedPtr<GlyphId>&) override | Removes glyph id from the list. | 
| SetTemplateWeakPtr(uint32_t) override | Set n’th template argument a weak pointer (rather than shared). Allows switching pointers in containers to weak mode. | 
See Also
- Class List
 - Namespace Aspose::Font::Glyphs
 - Library Aspose.Font for C++