FontsManagerReplaceFont Method (IFontSubstRule) |
Replace font in presentation using information provided in
FontSubstRule
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic void ReplaceFont(
IFontSubstRule substRule
)
Public Sub ReplaceFont (
substRule As IFontSubstRule
)
public:
virtual void ReplaceFont(
IFontSubstRule^ substRule
) sealed
abstract ReplaceFont :
substRule : IFontSubstRule -> unit
override ReplaceFont :
substRule : IFontSubstRule -> unit
Parameters
- substRule
- Type: Aspose.SlidesIFontSubstRule
Font substitution info
Implements
IFontsManagerReplaceFont(IFontSubstRule)
See Also