Aspose::Pdf::RenderingOptions::set_UseFontHinting method

RenderingOptions::set_UseFontHinting method

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.

void Aspose::Pdf::RenderingOptions::set_UseFontHinting(bool value)

See Also