FontSubstRule

FontSubstRule(IFontData, IFontData)

Creates new instance.

public FontSubstRule(IFontData sourceFont, IFontData destFont)
ParameterTypeDescription
sourceFontIFontDataSource font.
destFontIFontDataDestination font.

See Also


FontSubstRule(IFontData, IFontData, FontSubstCondition)

Creates new instance.

public FontSubstRule(IFontData sourceFont, IFontData destFont, FontSubstCondition fontSubstRule)
ParameterTypeDescription
sourceFontIFontDataSource font.
destFontIFontDataDestination font.
fontSubstRuleFontSubstConditionFont subst rule.

See Also