Font::IsHintedVectorGlyph

Font::IsHintedVectorGlyph
virtual bool IsHintedVectorGlyph(unsigned glyphIndex, unsigned hintedSize) const;
Description

IsHintedVectorGlyph determines whether the vector font glyph is native hinted or not. The function returns true in case native hinting is available for hintedSize.

Parameters
Parameters 
Description 
unsigned glyphIndex 
The glyph index value. 
unsigned hintedSize 
The font size for native hinting. 
Return Value

A Boolean value of true if native hinting is available for hintedSize.