Aspose::Font::Glyphs::GlyphIdList::Contains 方法

GlyphIdList::Contains method

如果字形 ID 在列表中,则返回 true。

bool Aspose::Font::Glyphs::GlyphIdList::Contains(const System::SharedPtr<GlyphId> &glyphId) const override
参数类型描述
glyphIdconst System::SharedPtr<GlyphId>&字形标识符

ReturnValue

如果字形 ID 在列表中则为 true,否则为 false

另见