TtfGlyfTable.ContainsGlyph

TtfGlyfTable.ContainsGlyph method

Returns true in case the table contains glyph with glyphIndex.

public virtual bool ContainsGlyph(int glyphIndex)
ParameterTypeDescription
glyphIndexInt32Glyph index.

Return Value

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

See Also