The list of font names to exclude from HTML document.
publicList<string>FontsToExclude{get;set;}
Remarks
The fonts that are added into the HTML document improve stability of the output view, at the same time they increase the size of the rendering result. This option lets you balance between stability and output size. Include the font names that are popular and installed into most systems.
Please note, this property is active only when the ExcludeFonts options is disabled.
For details and code example, see the documentation.