IFontSubstRuleCollection

IFontSubstRuleCollection 接口

表示字体替换的集合。

public interface IFontSubstRuleCollection : IGenericCollection<IFontSubstRule>

属性

名称描述
Item { get; }获取指定索引处的元素。

方法

名称描述
Add(IFontSubstRule)将新的字体替换规则添加到集合中
Remove(IFontSubstRule)从集合中删除特定对象的第一次出现。

另请参见