FontFallBackRulesCollection
FontFallBackRulesCollection class
Represents a collection of FontFallBack rules, defined by user
public class FontFallBackRulesCollection : IFontFallBackRulesCollection
Constructors
Properties
Name | Description |
---|
Count { get; } | Gets the number of rules actually contained in the collection. Read-only Int32. |
IsSynchronized { get; } | Returns a value indicating whether access to the collection is synchronized (thread-safe). Read-only Boolean. |
Item { get; } | Gets the rule at the specified index. Read-only IFontFallBackRule . |
SyncRoot { get; } | Returns a synchronization root. Read-only Object. |
Methods
Name | Description |
---|
Add(IFontFallBackRule) | Add a specified FallBack rule to the end of the collection. |
CopyTo(Array, int) | Copies all elements from the collection to the specified array. |
GetEnumerator() | Returns an enumerator that iterates through the collection. |
Remove(IFontFallBackRule) | Removes the first occurrence of a specific FallBack rule from the collection. |
See Also