replace_font method
replace_font
Replace font in presentation using information provided in FontSubstRule
def replace_font(self, subst_rule):
    ...
| Parameter | Type | Description | 
|---|---|---|
| subst_rule | IFontSubstRule | Font substitution info | 
replace_font
Replace font in presentation using information provided in collection of FontSubstRule
def replace_font(self, subst_rules):
    ...
| Parameter | Type | Description | 
|---|---|---|
| subst_rules | IFontSubstRuleCollection | Font substitution rules collection | 
replace_font
Replace font in presentation
def replace_font(self, source_font, dest_font):
    ...
| Parameter | Type | Description | 
|---|---|---|
| source_font | IFontData | Source font | 
| dest_font | IFontData | Destination font | 
See Also
- class FontsManager
- class FontSubstRule
- class IFontData
- class IFontSubstRule
- class IFontSubstRuleCollection
- module aspose.slides
- library Aspose.Slides