WriteFont
EmbedAllFontsHtmlController.WriteFont Methode
Schreibt Daten als base64 in das HTML-Dokument selbst
public virtual void WriteFont(IHtmlGenerator generator, IFontData originalFont,
IFontData substitutedFont, string fontStyle, string fontWeight, byte[] fontData)
| Parameter | Typ | Beschreibung |
|---|---|---|
| generator | IHtmlGenerator | HTML-Generator |
| originalFont | IFontData | Zu serialisierende Schriftart |
| substitutedFont | IFontData | Substituierte Schriftart (wenn eine Schriftartsubstitution stattgefunden hat), sonst null |
| fontStyle | String | Schriftstil |
| fontWeight | String | Schriftgewicht |
| fontData | Byte[] | Schriftartdaten |
Siehe Auch
- Schnittstelle IHtmlGenerator
- Schnittstelle IFontData
- Klasse EmbedAllFontsHtmlController
- Namensraum Aspose.Slides.Export
- Assembly Aspose.Slides