virtual bool IsHintedRasterGlyph(unsigned glyphIndex, unsigned hintedSize) const;
IsHintedRasterGlyph determines whether the raster font glyph is native hinted or not. The function returns true in case a raster with native hinting is available for hintedSize.
Parameters |
Description |
unsigned glyphIndex |
Glyph index value. |
unsigned hintedSize |
The font size for native hinting. |
A Boolean value of true if a raster with native hinting is available for hintedSize.