FontsManagerAddEmbeddedFont Method (Byte, EmbedFontCharacters)

Adds the embedded font
Remarks
Keep in mind when copying any fonts that most fonts are copyrighted. First locate the license of a font before hand and verify they can be freely transferred to another machine.
An ArgumentException can be thrown if font data is null or this font is already embedded

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public void AddEmbeddedFont(
	byte[] fontData,
	EmbedFontCharacters embedFontRule
)

Parameters

fontData
Type: SystemByte
embedFontRule
Type: Aspose.Slides.ExportEmbedFontCharacters

Implements

IFontsManagerAddEmbeddedFont(Byte, EmbedFontCharacters)
See Also