Fonts
A collection of fonts.
Instance
Read Only
Number length
The number of objects in the collection.
Methods
Number count()
Displays the number of elements in the Font.
Font item( Mixed index )
Returns the Font with the specified index or name.
Parameters
Font itemByName( String name )
Returns the Font with the specified name.
Parameters
Font itemByRange( Mixed from, Mixed to )
Returns the Fonts within the specified range.
Parameters
Font firstItem()
Returns the first Font in the collection.
Font lastItem()
Returns the last Font in the collection.
Font middleItem()
Returns the middle Font in the collection.
Font previousItem( Font obj )
Returns the Font with the index previous to the specified index.
Parameters
Font nextItem( Font obj )
Returns the Font whose index follows the specified Font in the collection.
Parameters
Font anyItem()
Returns any Font in the collection.
Font everyItem()
Returns every Font in the collection.
String toSource()
Generates a string which, if executed, will return the Font.
Font []( Number index )
Returns the Font with the specified index.