Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / RedactOptions.RenderOptionsDef Class / EnableFontHinting Property

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

    The default is true.

    This property is ignored if UseRenderingCache is true and UseGlyphBitmapCache is false.

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