ReplaceFont

ReplaceFont(IFontData, IFontData)

Replace font in presentation

public void ReplaceFont(IFontData sourceFont, IFontData destFont)
ParameterTypeDescription
sourceFontIFontDataSource font
destFontIFontDataDestination font

See Also


ReplaceFont(IFontSubstRule)

Replace font in presentation using information provided in FontSubstRule

public void ReplaceFont(IFontSubstRule substRule)
ParameterTypeDescription
substRuleIFontSubstRuleFont substitution info

See Also


ReplaceFont(IFontSubstRuleCollection)

Replace font in presentation using information provided in collection of FontSubstRule

public void ReplaceFont(IFontSubstRuleCollection substRules)
ParameterTypeDescription
substRulesIFontSubstRuleCollectionFont substitution rules collection

See Also