IFontSubstRuleCollection

IFontSubstRuleCollection interface

Represents collection of fonts substitution.

public interface IFontSubstRuleCollection : IGenericCollection<IFontSubstRule>

Properties

NameDescription
Item { get; }Gets the element at the specified index.

Methods

NameDescription
Add(IFontSubstRule)Adds the new font substitution rule to the collection
Remove(IFontSubstRule)Removes the first occurrence of a specific object from the collection.

See Also