[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.Font.EnableHinting

EnableHinting Property

EnableHinting

Gets or sets a value indicating if the TrueType glyph hinting instructions can be executed.

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 bool EnableHinting { get; set; }
Public Property EnableHinting As Boolean