FontFallBackRulesCollection
FontFallBackRulesCollection class
Represents a collection of FontFallBack rules, defined by user
The FontFallBackRulesCollection type exposes the following members:
Constructors
Name |
Description |
FontFallBackRulesCollection() |
Initializes a new instance of the FontFallBackRulesCollection class |
Properties
Name |
Description |
as_i_collection |
Returns ICollection class. |
as_i_enumerable |
Returns IEnumerable class. |
Indexer
Name |
Description |
[index] |
Gets the rule at the specified index. Read-only IFontFallBackRule. |
Methods
Name |
Description |
add(source_rule) |
Add a specified FallBack rule to the end of the collection. |
remove(target_rule) |
Removes the first occurrence of a specific FallBack rule from the collection. |
See Also