Font::IsHintedRasterGlyph

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

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
Parameters 
Description 
unsigned glyphIndex 
Glyph index value. 
unsigned hintedSize 
The font size for native hinting. 
Return Value

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