Adobe FrameMaker-12 Object Model JS: Fonts

FrameMaker 12.0

Class

Fonts

 

An Array of Font objects with integer indexing and a length property.

See also Font.

QuickLinks

concat, pop, push

Properties

PropertyTypeAccessDescription
lengthnumber r/wThe length of the array

Methods

Instances

Fonts concat (value: Fonts)
Returns a new array created by concatenating the given values to the end of the original array.
The original array is unchanged. If an array is provided as a parameter to concat(), each of its elements are appended as separate array elements at the end of the new array. Returns a new array, the result of concatenation the given values to the end of the original array.

ParameterTypeDescription
valueFontsAny number of values to be added to the end of the array.
Can also be arrays.

Font pop ()
Removes the last element from the array.

number push (value: Font)
Places value onto the end of the array.
Returns the new length of the array.

ParameterTypeDescription
valueFont

Used in:

Fonts Fonts.concat (value: Fonts)

Return

Fonts Fonts.concat (value: Fonts)

Fonts Globals.FamilyFonts (family: int)

Jongware, 18-Jan-2015 v1.0Contents :: Index