Aspose::Font::Glyphs::GlyphIdList::Contains method

GlyphIdList::Contains method

Returns true in case glyph id is in the list.

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

ReturnValue

true in case glyph id is in the list, otherwise false

See Also