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)
Parameter | Type | Description |
---|---|---|
glyphIndex | int32_t | Glyph index. |
ReturnValue
True if table contains glyph for index specified, false otherwise.
See Also
- Class TtfGlyfTable
- Namespace Aspose::Font::TtfTables
- Library Aspose.Font for C++