FontSubstRule Constructor (IFontData, IFontData, FontSubstCondition)

Creates new instance.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public FontSubstRule(
	IFontData sourceFont,
	IFontData destFont,
	FontSubstCondition fontSubstRule
)

Parameters

sourceFont
Type: Aspose.SlidesIFontData
Source font.
destFont
Type: Aspose.SlidesIFontData
Destination font.
fontSubstRule
Type: Aspose.SlidesFontSubstCondition
Font subst rule.
See Also