FontSubstRuleCollection
FontSubstRuleCollection class
Represents collection of fonts substitution.
The FontSubstRuleCollection type exposes the following members:
Constructors
Name |
Description |
FontSubstRuleCollection() |
Initializes a new instance of the FontSubstRuleCollection class |
Properties
Name |
Description |
as_i_collection |
Returns ICollection class. |
as_i_enumerable |
Returns IEnumerable class. |
Indexer
Name |
Description |
[index] |
Gets the element at the specified index. |
Methods
Name |
Description |
add(value) |
Adds the new font substitution rule to the collection |
remove(value) |
Removes the first occurrence of a specific object from the collection. |
See Also