FontFallBackRulesCollection
FontFallBackRulesCollection class
Represents a collection of FontFallBack rules, defined by user
FontFallBackRulesCollection
| Name | Description |
|---|---|
| FontFallBackRulesCollection() |
Returns: FontFallBackRulesCollection
add
| Name | Description |
|---|---|
| add (FontFallBackRule) | Add a specified FallBack rule to the end of the collection. |
Parameters:
| Name | Type | Description |
|---|---|---|
| sourceRule | FontFallBackRule | Specified rule for adding |
Returns: void
getSyncRoot
| Name | Description |
|---|---|
| getSyncRoot () | Returns a synchronization root. Read-only Object. |
Returns: Object
get_Item
| Name | Description |
|---|---|
| get_Item (int) | Gets the rule at the specified index. Read-only IFontFallBackRule. |
Returns: FontFallBackRule
isSynchronized
| Name | Description |
|---|---|
| isSynchronized () | Returns a value indicating whether access to the collection is synchronized (thread-safe). Read-only boolean. |
Returns: boolean
iterator
| Name | Description |
|---|---|
| iterator () | Returns an enumerator that iterates through the collection. |
Returns:
iteratorJava
| Name | Description |
|---|---|
| iteratorJava () | Returns a java iterator for the entire collection. |
Returns:
remove
| Name | Description |
|---|---|
| remove (FontFallBackRule) | Removes the first occurrence of a specific FallBack rule from the collection. |
Parameters:
| Name | Type | Description |
|---|---|---|
| targetRule | FontFallBackRule | The rule to remove from the collection. |
Returns: void
size
| Name | Description |
|---|---|
| size () | Gets the number of rules actually contained in the collection. Read-only int. |
Returns: int