WriteFont
EmbedAllFontsHtmlController.WriteFont method
Writes data as base64 into HTML document itself
public virtual void WriteFont(IHtmlGenerator generator, IFontData originalFont,
IFontData substitutedFont, string fontStyle, string fontWeight, byte[] fontData)
Parameter | Type | Description |
---|---|---|
generator | IHtmlGenerator | HTML generator |
originalFont | IFontData | Font to be serialized |
substitutedFont | IFontData | Substituted font (if font substitution occured), null otherwise |
fontStyle | String | Font style |
fontWeight | String | Font weight |
fontData | Byte[] | Font data |
See Also
- interface IHtmlGenerator
- interface IFontData
- class EmbedAllFontsHtmlController
- namespace Aspose.Slides.Export
- assembly Aspose.Slides