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