RenderingOptions.UseFontHinting

RenderingOptions.UseFontHinting property

Usage of this flag turn on font hinting mechanism. Font hinting is the use of mathematical instructions to adjust the display of an outline font. In some cases turning this flag on may solve problems with text legibility. At current moment usage of this flag could give effect only for TTF fonts, if these fonts are used in source document.

public bool UseFontHinting { get; set; }

See Also