EnableFontHinting

PdfOptions.EnableFontHinting property

Enables font hinting.

public bool EnableFontHinting { get; set; }

Remarks

Font hinting adjusts how an outline font is displayed. Only applicable to TTF fonts used in the source document. This option is available for rendering to PNG or JPG formats. The default value is false.

For code example, see the documentation.

See Also