ReplaceFont()

IFontsManager::ReplaceFont(System::SharedPtr<IFontData>, System::SharedPtr<IFontData>) method

Replace font in presentation

virtual void Aspose::Slides::IFontsManager::ReplaceFont(System::SharedPtr<IFontData> sourceFont, System::SharedPtr<IFontData> destFont)=0

Arguments

ParameterTypeDescription
sourceFontSystem::SharedPtr<IFontData>Source font
destFontSystem::SharedPtr<IFontData>Destination font

IFontsManager::ReplaceFont(System::SharedPtr<IFontSubstRule>) method

Replace font in presentation using information provided in IFontSubstRule

virtual void Aspose::Slides::IFontsManager::ReplaceFont(System::SharedPtr<IFontSubstRule> substRule)=0

Arguments

ParameterTypeDescription
substRuleSystem::SharedPtr<IFontSubstRule>Font substitution info

IFontsManager::ReplaceFont(System::SharedPtr<IFontSubstRuleCollection>) method

Replace font in presentation using information provided in collection of IFontSubstRule

virtual void Aspose::Slides::IFontsManager::ReplaceFont(System::SharedPtr<IFontSubstRuleCollection> substRules)=0

Arguments

ParameterTypeDescription
substRulesSystem::SharedPtr<IFontSubstRuleCollection>Font substitution info collection

See Also