EmbedAllFontsHtmlController

EmbedAllFontsHtmlController class

The formatting controller class to use for embedding all presentation fonts in WOFF format.

public class EmbedAllFontsHtmlController : IHtmlFormattingController

Constructors

NameDescription
EmbedAllFontsHtmlController()Creates new instance
EmbedAllFontsHtmlController(string[])Creates new instance

Methods

NameDescription
virtual WriteAllFonts(IHtmlGenerator, IPresentation)Write all fonts contained in Presentation.
virtual WriteDocumentEnd(IHtmlGenerator, IPresentation)Called to write html document footer. Called once per presentation conversion.
virtual WriteDocumentStart(IHtmlGenerator, IPresentation)Called to write html document header. Called once per presentation conversion.
virtual WriteFont(IHtmlGenerator, IFontData, IFontData, string, string, byte[])Writes data as base64 into HTML document itself
virtual WriteShapeEnd(IHtmlGenerator, IShape)Called before shape’s rendering. Called once per each of shape. If this function writes anything to generator, current slide image generation will be finished, added html fragment inserted and new image will be started atop of the previous.
virtual WriteShapeStart(IHtmlGenerator, IShape)Called before shape’s rendering. Called once per each of shape. If this function writes anything to generator, current slide image generation will be finished, added html fragment inserted and new image will be started atop of the previous.
virtual WriteSlideEnd(IHtmlGenerator, ISlide)Called to write html slide footer. Called once per each of slides.
virtual WriteSlideStart(IHtmlGenerator, ISlide)Called to write html slide header. Called once per each of slides.

See Also