IFontSubstRuleCollection
IFontSubstRuleCollection 接口
表示字体替代的集合。
public interface IFontSubstRuleCollection : IGenericCollection<IFontSubstRule>
属性
名称 | 描述 |
---|
Item { get; } | 获取指定索引处的元素。 |
方法
名称 | 描述 |
---|
Add(IFontSubstRule) | 将新的字体替代规则添加到集合中 |
Remove(IFontSubstRule) | 从集合中移除特定对象的第一次出现。 |
另见