FontCollection
FontCollection class
Contains a collection of Font elements.
FontCollection()
Constructor.
Properties
| Name | Type | Description |
|---|---|---|
| Count | int | |
| Item (int) | Font |
Methods
| Name | Description |
|---|---|
| add | Add the Font object in the collection. |
| remove | Remove the Font object from the collection. |
| getFont | Gets the element at the specified ID. |
| clear | |
| removeAt | |
| iterator | Reserved for internal use. |