FontsManagerAddEmbeddedFont Method (IFontData, EmbedFontCharacters) |
Adds the embedded font
RemarksKeep 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)
Syntaxpublic void AddEmbeddedFont(
IFontData fontData,
EmbedFontCharacters embedFontRule
)
Public Sub AddEmbeddedFont (
fontData As IFontData,
embedFontRule As EmbedFontCharacters
)
public:
virtual void AddEmbeddedFont(
IFontData^ fontData,
EmbedFontCharacters embedFontRule
) sealed
abstract AddEmbeddedFont :
fontData : IFontData *
embedFontRule : EmbedFontCharacters -> unit
override AddEmbeddedFont :
fontData : IFontData *
embedFontRule : EmbedFontCharacters -> unit
Parameters
- fontData
- Type: Aspose.SlidesIFontData
- embedFontRule
- Type: Aspose.Slides.ExportEmbedFontCharacters
Implements
IFontsManagerAddEmbeddedFont(IFontData, EmbedFontCharacters)
See Also