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