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
Parameter | Type | Description |
---|---|---|
sourceFont | System::SharedPtr<IFontData> | Source font |
destFont | System::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
Parameter | Type | Description |
---|---|---|
substRule | System::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
Parameter | Type | Description |
---|---|---|
substRules | System::SharedPtr<IFontSubstRuleCollection> | Font substitution info collection |
See Also
- Typedef SharedPtr
- Class IFontData
- Class IFontsManager
- Class IFontSubstRule
- Class IFontSubstRuleCollection
- Namespace Aspose::Slides
- Library Aspose.Slides