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)
Syntaxpublic FontSubstRule(
IFontData sourceFont,
IFontData destFont,
FontSubstCondition fontSubstRule
)
Public Sub New (
sourceFont As IFontData,
destFont As IFontData,
fontSubstRule As FontSubstCondition
)
public:
FontSubstRule(
IFontData^ sourceFont,
IFontData^ destFont,
FontSubstCondition fontSubstRule
)
new :
sourceFont : IFontData *
destFont : IFontData *
fontSubstRule : FontSubstCondition -> FontSubstRule
Parameters
- sourceFont
- Type: Aspose.SlidesIFontData
Source font. - destFont
- Type: Aspose.SlidesIFontData
Destination font. - fontSubstRule
- Type: Aspose.SlidesFontSubstCondition
Font subst rule.
See Also