WriteFont()
EmbedAllFontsHtmlController::WriteFont(System::SharedPtr<IHtmlGenerator>, System::SharedPtr<IFontData>, System::SharedPtr<IFontData>, System::String, System::String, System::ArrayPtr<uint8_t>) method
Writes data as base64 into HTML document itself
virtual void Aspose::Slides::Export::EmbedAllFontsHtmlController::WriteFont(System::SharedPtr<IHtmlGenerator> generator, System::SharedPtr<IFontData> originalFont, System::SharedPtr<IFontData> substitutedFont, System::String fontStyle, System::String fontWeight, System::ArrayPtr<uint8_t> fontData)
Arguments
Parameter | Type | Description |
---|---|---|
generator | System::SharedPtr<IHtmlGenerator> | HTML generator |
originalFont | System::SharedPtr<IFontData> | Font to be serialized |
substitutedFont | System::SharedPtr<IFontData> | Substituted font (if font substitution occured), null otherwise |
fontStyle | System::String | Font style |
fontWeight | System::String | Font weight |
fontData | System::ArrayPtr<uint8_t> | Font data |
See Also
- Typedef SharedPtr
- Typedef ArrayPtr
- Class IHtmlGenerator
- Class IFontData
- Class String
- Class EmbedAllFontsHtmlController
- Namespace Aspose::Slides::Export
- Library Aspose.Slides