FontsManager class
Contents
[
Hide
]FontsManager class
Manages fonts across the presentation.
The FontsManager type exposes the following members:
Properties
Property | Description |
---|---|
font_subst_rule_list | Font substitutions to use when rendering. Read/write IFontSubstRuleCollection . |
font_fall_back_rules_collection | Represents a user’s collection of FontFallBack rules for managing of collections of fonts for proper substitutions by fallback functionality Read/write IFontFallBackRulesCollection . |
Methods
Method | Description |
---|---|
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 |
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 |
replace_font | Replace font in presentation |
replace_font | Replace font in presentation using information provided in FontSubstRule |
replace_font | Replace font in presentation using information provided in collection of FontSubstRule |
get_fonts | Returns the fonts used in the presentation |
get_substitutions | Gets the information about fonts that will be replaced on the presentation’s rendering. |
get_embedded_fonts | Returns the fonts embedded in the presentation |
remove_embedded_font | Removes the embedded font |
get_font_bytes | Retrieves the byte array representing the font data for a specified font style and font data. |
get_font_embedding_level | Determines the embedding level of a font from the given byte array and font name. |
See Also
- module
aspose.slides
- library
Aspose.Slides