replace_font method

replace_font

Replace font in presentation using information provided in IFontSubstRule

def replace_font(self, subst_rule):
    ...
ParameterTypeDescription
subst_ruleIFontSubstRuleFont substitution info

replace_font

Replace font in presentation using information provided in collection of IFontSubstRule

def replace_font(self, subst_rules):
    ...
ParameterTypeDescription
subst_rulesIFontSubstRuleCollectionFont substitution info collection

replace_font

Replace font in presentation

def replace_font(self, source_font, dest_font):
    ...
ParameterTypeDescription
source_fontIFontDataSource font
dest_fontIFontDataDestination font

See Also