FontSubstRule class

FontSubstRule class

Represents font subtituition information

The FontSubstRule type exposes the following members:

Constructors

ConstructorDescription
__init__Creates new instance.
__init__Creates new instance.

Properties

PropertyDescription
source_fontFont to substitute.
Read-only IFontData.
dest_fontFont to use for substitution.
Read-only IFontData.
replace_font_conditionRule to apply for substitution.
Read-only FontSubstCondition.

See Also