Aspose::Font::TtfTables::TtfGlyfTable::ContainsGlyph method

TtfGlyfTable::ContainsGlyph method

Returns true in case the table contains glyph with glyphIndex.

virtual bool Aspose::Font::TtfTables::TtfGlyfTable::ContainsGlyph(int32_t glyphIndex)
ParameterTypeDescription
glyphIndexint32_tGlyph index.

ReturnValue

True if table contains glyph for index specified, false otherwise.

See Also