AddEmbeddedFont
Contents
[
Hide
]AddEmbeddedFont(IFontData, EmbedFontCharacters)
Adds the embedded font. 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
public void AddEmbeddedFont(IFontData fontData, EmbedFontCharacters embedFontRule)
Parameter | Type | Description |
---|---|---|
fontData | IFontData | Font data object IFontData |
embedFontRule | EmbedFontCharacters | Embedded font rule EmbedFontCharacters |
See Also
- interface IFontData
- enum EmbedFontCharacters
- interface IFontsManager
- namespace Aspose.Slides
- assembly Aspose.Slides
AddEmbeddedFont(byte[], EmbedFontCharacters)
Adds the embedded font Keep in mind when adding 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
public void AddEmbeddedFont(byte[] fontData, EmbedFontCharacters embedFontRule)
Parameter | Type | Description |
---|---|---|
fontData | Byte[] | Font data Byte[] |
embedFontRule | EmbedFontCharacters | Embedded font rule EmbedFontCharacters |
See Also
- enum EmbedFontCharacters
- interface IFontsManager
- namespace Aspose.Slides
- assembly Aspose.Slides