EnableFontHinting

PdfOptions.EnableFontHinting property

Enables font hinting. The font hinting adjusts the display of an outline font. Supported only for TTF fonts when these fonts are used in source document.

public bool EnableFontHinting { get; set; }

Remarks

This option is supported when rendering into PNG or JPG formats.

See Also