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
Parameter | Type | Description |
---|---|---|
glyphId | const System::SharedPtr<GlyphId>& | glyph identifier |
ReturnValue
true in case glyph id is in the list, otherwise false
See Also
- Typedef SharedPtr
- Class GlyphId
- Class GlyphIdList
- Namespace Aspose::Font::Glyphs
- Library Aspose.Font for C++