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 IFontSubstRule

public void ReplaceFont(IFontSubstRule substRule)
ParameterTypeDescription
substRuleIFontSubstRuleFont substitution info

See Also


ReplaceFont(IFontSubstRuleCollection)

Replace font in presentation using information provided in collection of IFontSubstRule

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

See Also