add_embedded_font method
add_embedded_font
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 None or this font is already embedded
def add_embedded_font(self, font_data, embed_font_rule):
...
Parameter | Type | Description |
---|---|---|
font_data | IFontData | Font data object IFontData |
embed_font_rule | EmbedFontCharacters | Embedded font rule EmbedFontCharacters |
add_embedded_font
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 None or this font is already embedded
def add_embedded_font(self, font_data, embed_font_rule):
...
Parameter | Type | Description |
---|---|---|
font_data | bytes | Font data int[] |
embed_font_rule | EmbedFontCharacters | Embedded font rule EmbedFontCharacters |
See Also
- enumeration
EmbedFontCharacters
- class
IFontData
- class
IFontsManager
- module
aspose.slides
- library
Aspose.Slides