[]
Gets or sets a value indicating whether font hinting should be enabled for TrueType fonts. The property is now obsolete and always gets true.
[Obsolete("This property has no effect, font hinting is always enabled.", false)]
public bool EnableFontHinting { get; set; }
<Obsolete("This property has no effect, font hinting is always enabled.", False)>
Public Property EnableFontHinting As Boolean