'Declaration Public Property EnableHinting As System.Boolean
public System.bool EnableHinting {get; set;}
By default hinting instructions are enabled, but note that only some TrueType fonts include such instructions. For fonts that do not include glyph instructions, this property will always return false.
Also note that this property affects text drawing on GcBitmapGraphics only.
'Declaration Public Property EnableHinting As System.Boolean
public System.bool EnableHinting {get; set;}