CompositeFontEntries

A collection of composite font entries.

Methods:

[], add, anyItem, count, everyItem, firstItem, item, itemByID, itemByName, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource

Property Listing

Property

Type

Access

Description

length

Number

readonly

The number of objects in the collection.

Method Listing

CompositeFontEntry [] (index:Number)

Returns the CompositeFontEntry with the specified index.

Parameter

Type

Description

index

Number

The index.

CompositeFontEntry add (withProperties:Object)

Creates a new CompositeFontEntry.

Parameter

Type

Description

withProperties

Object

Initial values for properties of the new CompositeFontEntry (Optional)

CompositeFontEntry anyItem ()

Returns any CompositeFontEntry in the collection.

Number count ()

Displays the number of elements in the CompositeFontEntry.

CompositeFontEntry everyItem ()

Returns every CompositeFontEntry in the collection.

CompositeFontEntry firstItem ()

Returns the first CompositeFontEntry in the collection.

CompositeFontEntry item (index:Varies LongInteger String)

Returns the CompositeFontEntry with the specified index or name.

Parameter

Type

Description

index

LongInteger

String

The index or name. Can accept: Long Integer or String.

CompositeFontEntry itemByID (id:Number)

Returns the CompositeFontEntry with the specified ID.

Parameter

Type

Description

id

Number

The ID.

CompositeFontEntry itemByName (name:String)

Returns the CompositeFontEntry with the specified name.

Parameter

Type

Description

name

String

The name.

CompositeFontEntry itemByRange (from:Varies CompositeFontEntry LongInteger String, to:Varies CompositeFontEntry LongInteger String)

Returns the CompositeFontEntries within the specified range.

Parameter

Type

Description

from

CompositeFontEntry

LongInteger

String

The CompositeFontEntry, index, or name at the beginning of the range. Can accept: CompositeFontEntry, Long Integer or String.

to

CompositeFontEntry

LongInteger

String

The CompositeFontEntry, index, or name at the end of the range. Can accept: CompositeFontEntry, Long Integer or String.

CompositeFontEntry lastItem ()

Returns the last CompositeFontEntry in the collection.

CompositeFontEntry middleItem ()

Returns the middle CompositeFontEntry in the collection.

CompositeFontEntry nextItem (obj:CompositeFontEntry)

Returns the CompositeFontEntry whose index follows the specified CompositeFontEntry in the collection.

Parameter

Type

Description

obj

CompositeFontEntry

The CompositeFontEntry whose index comes before the desired CompositeFontEntry.

CompositeFontEntry previousItem (obj:CompositeFontEntry)

Returns the CompositeFontEntry with the index previous to the specified index.

Parameter

Type

Description

obj

CompositeFontEntry

The index of the CompositeFontEntry that follows the desired CompositeFontEntry.

String toSource ()

Generates a string which, if executed, will return the CompositeFontEntry.

Object of

CompositeFont.compositeFontEntries