A collection of fonts.
Fonts Properties
| Property | Type | Access | Description |
|---|---|---|---|
| item | Object | read | Returns the font with the specified index or name. |
| length | Long | read | The number of fonts in the collection. |
Fonts Methods
| Method | Returns | Description |
|---|---|---|
| anyItem | Object | Returns any font. |
| firstItem | Object | Returns the first font. |
| itemByRange | Objects | Returns the fonts within the specified range. |
| lastItem | Object | Returns the last font. |
| middleItem | Object | Returns the middle font. |
| nextItem | Object | Returns the next font. |
| previousItem | Object | Returns the previous font. |