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

MethodDescription
Add(const System::SharedPtr<GlyphId>&) overrideAdds glyph id to the list.
Clear() overrideClears the list.
Contains(const System::SharedPtr<GlyphId>&) const overrideReturns true in case glyph id is in the list.
idx_get(int32_t) const overrideReturns glyph id by the index.
Remove(const System::SharedPtr<GlyphId>&) overrideRemoves glyph id from the list.
SetTemplateWeakPtr(uint32_t) overrideSet n’th template argument a weak pointer (rather than shared). Allows switching pointers in containers to weak mode.

See Also