Aspose::Font::Glyphs::GlyphIdList::Remove method

GlyphIdList::Remove method

Removes glyph id from the list.

bool Aspose::Font::Glyphs::GlyphIdList::Remove(const System::SharedPtr<GlyphId> &glyphId) override
ParameterTypeDescription
glyphIdconst System::SharedPtr<GlyphId>&glyph identifier

ReturnValue

true if item is successfully removed; otherwise, false

See Also