IFontSubstRule

IFontSubstRule 接口

表示字体替换信息

public interface IFontSubstRule

属性

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

另见