virtual bool IsHintedVectorGlyph(unsigned glyphIndex, unsigned hintedSize) const;
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 |
Description |
unsigned glyphIndex |
The glyph index value. |
unsigned hintedSize |
The font size for native hinting. |
A Boolean value of true if native hinting is available for hintedSize.