FontSubstRule()

FontSubstRule::FontSubstRule(System::SharedPtr<IFontData>, System::SharedPtr<IFontData>) constructor

Creates new instance.

Aspose::Slides::FontSubstRule::FontSubstRule(System::SharedPtr<IFontData> sourceFont, System::SharedPtr<IFontData> destFont)

Arguments

ParameterTypeDescription
sourceFontSystem::SharedPtr<IFontData>Source font.
destFontSystem::SharedPtr<IFontData>Destination font.

FontSubstRule::FontSubstRule(System::SharedPtr<IFontData>, System::SharedPtr<IFontData>, FontSubstCondition) constructor

Creates new instance.

Aspose::Slides::FontSubstRule::FontSubstRule(System::SharedPtr<IFontData> sourceFont, System::SharedPtr<IFontData> destFont, FontSubstCondition fontSubstRule)

Arguments

ParameterTypeDescription
sourceFontSystem::SharedPtr<IFontData>Source font.
destFontSystem::SharedPtr<IFontData>Destination font.
fontSubstRuleFontSubstConditionFont subst rule.

See Also