FontSubstRule

FontSubstRule class

表示字体替换信息

public class FontSubstRule : IFontSubstRule

构造函数

姓名描述
FontSubstRule(IFontData, IFontData)创建新实例。
FontSubstRule(IFontData, IFontData, FontSubstCondition)创建新实例。

特性

姓名描述
DestFont { get; }用于替换的字体。 只读IFontData
ReplaceFontCondition { get; }申请替换的规则。 只读FontSubstCondition
SourceFont { get; }要替换的字体。 只读IFontData

也可以看看