FontsManagerAddEmbeddedFont Method (Byte, 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(
byte[] fontData,
EmbedFontCharacters embedFontRule
)
Public Sub AddEmbeddedFont (
fontData As Byte(),
embedFontRule As EmbedFontCharacters
)
public:
virtual void AddEmbeddedFont(
array<unsigned char>^ fontData,
EmbedFontCharacters embedFontRule
) sealed
abstract AddEmbeddedFont :
fontData : byte[] *
embedFontRule : EmbedFontCharacters -> unit
override AddEmbeddedFont :
fontData : byte[] *
embedFontRule : EmbedFontCharacters -> unit
Parameters
- fontData
- Type: SystemByte
- embedFontRule
- Type: Aspose.Slides.ExportEmbedFontCharacters
Implements
IFontsManagerAddEmbeddedFont(Byte, EmbedFontCharacters)
See Also