FontsManager
Contents
[
Hide
]
FontsManager class
Manages fonts across the presentation.
The FontsManager type exposes the following members:
Properties
Name | 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
Name | Description |
---|---|
add_embedded_font(font_data, embed_font_rule) | Adds the embedded font |
add_embedded_font(font_data, embed_font_rule) | Adds the embedded font |
replace_font(source_font, dest_font) | Replace font in presentation |
replace_font(subst_rule) | Replace font in presentation using information provided in |
replace_font(subst_rules) | Replace font in presentation using information provided in collection of |
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(font_data) | Removes the embedded font |
See Also
- namespace aspose.slides
- assembly Aspose.Slides