Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / Font Class / EnableHinting Property

In This Topic
    EnableHinting Property
    In This Topic
    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.

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