Aspose::Pdf::RenderingOptions::set_ConvertFontsToUnicodeTTF method

RenderingOptions::set_ConvertFontsToUnicodeTTF method

Indicates that all fonts will be converted to TTF unicode versions. That is useful for compatibility reasons and to optimize font usage, cause every new TTF font will have not all the symbols from source font, but only symbols which are used in text.

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

See Also