RenderingOptions.ConvertFontsToUnicodeTTF

RenderingOptions.ConvertFontsToUnicodeTTF property

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.

public bool ConvertFontsToUnicodeTTF { get; set; }

See Also