Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / TextFormat Class / EnableFontHinting Property

In This Topic
    EnableFontHinting Property
    In This Topic
    Gets or sets a value indicating whether font hinting should be enabled for TrueType fonts.

    The default is true.

    This property affects text drawing on GcBitmapGraphics only.

    Syntax
    'Declaration
     
    Public Property EnableFontHinting As System.Boolean
    public System.bool EnableFontHinting {get; set;}
    See Also