Aspose::Pdf::RenderingOptions::get_ConvertFontsToUnicodeTTF method

RenderingOptions::get_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.

bool Aspose::Pdf::RenderingOptions::get_ConvertFontsToUnicodeTTF() const

See Also