FontsManagerReplaceFont Method (IFontSubstRuleCollection) |
Replace font in presentation using information provided in collection of
FontSubstRule
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax public void ReplaceFont(
IFontSubstRuleCollection substRules
)
Public Sub ReplaceFont (
substRules As IFontSubstRuleCollection
)
public:
virtual void ReplaceFont(
IFontSubstRuleCollection^ substRules
) sealed
abstract ReplaceFont :
substRules : IFontSubstRuleCollection -> unit
override ReplaceFont :
substRules : IFontSubstRuleCollection -> unit
Parameters
- substRules
- Type: Aspose.SlidesIFontSubstRuleCollection
Font substitution rules collection
Implements
IFontsManagerReplaceFont(IFontSubstRuleCollection)See Also