ReplaceFont()
FontsManager::ReplaceFont(System::SharedPtr<Aspose::Slides::IFontData>, System::SharedPtr<Aspose::Slides::IFontData>) method
Replace font in presentation
void Aspose::Slides::FontsManager::ReplaceFont(System::SharedPtr<Aspose::Slides::IFontData> sourceFont, System::SharedPtr<Aspose::Slides::IFontData> destFont) override
Arguments
Parameter | Type | Description |
---|---|---|
sourceFont | System::SharedPtr<Aspose::Slides::IFontData> | Source font |
destFont | System::SharedPtr<Aspose::Slides::IFontData> | Destination font |
FontsManager::ReplaceFont(System::SharedPtr<Aspose::Slides::IFontSubstRule>) method
Replace font in presentation using information provided in FontSubstRule
void Aspose::Slides::FontsManager::ReplaceFont(System::SharedPtr<Aspose::Slides::IFontSubstRule> substRule) override
Arguments
Parameter | Type | Description |
---|---|---|
substRule | System::SharedPtr<Aspose::Slides::IFontSubstRule> | Font substitution info |
FontsManager::ReplaceFont(System::SharedPtr<Aspose::Slides::IFontSubstRuleCollection>) method
Replace font in presentation using information provided in collection of FontSubstRule
void Aspose::Slides::FontsManager::ReplaceFont(System::SharedPtr<Aspose::Slides::IFontSubstRuleCollection> substRules) override
Arguments
Parameter | Type | Description |
---|---|---|
substRules | System::SharedPtr<Aspose::Slides::IFontSubstRuleCollection> | Font substitution rules collection |
See Also
- Typedef SharedPtr
- Class IFontData
- Class FontsManager
- Class IFontSubstRule
- Class IFontSubstRuleCollection
- Namespace Aspose::Slides
- Library Aspose.Slides