-
-
Returns any Font in the collection.
-
-
Displays the number of elements in the Font.
-
-
Returns every Font in the collection.
-
-
Returns the first Font in the collection.
-
-
Returns the Font with the specified index or name.
index
|
The index or name. Can accept: Long Integer or String.
|
-
-
Returns the Font with the specified name.
-
itemByRange( |
from, to) |
→ Font |
-
Returns the Fonts within the specified range.
from
|
The Font, index, or name at the beginning of the range. Can accept: Font, Long Integer or String.
|
to
|
The Font, index, or name at the end of the range. Can accept: Font, Long Integer or String.
|
-
-
Returns the last Font in the collection.
-
-
Returns the middle Font in the collection.
-
-
Returns the Font whose index follows the specified Font in the collection.
obj
|
Font
The Font whose index comes before the desired Font.
|
-
previousItem( |
obj) |
→ Font |
-
Returns the Font with the index previous to the specified index.
obj
|
Font
The index of the Font that follows the desired Font.
|
-
-
Generates a string which, if executed, will return the Font.