IFontSubstRule

IFontSubstRule interface

Represents font subtituition information

public interface IFontSubstRule

Properties

NameDescription
DestFont { get; }Font to use for substitution Read-only IFontData.
ReplaceFontCondition { get; }Rule to apply for substitution Read-only FontSubstCondition.
SourceFont { get; }Font to substitute Read-only IFontData.

See Also