Method XbpFont():list() Foundation

Creates an array containing matching XbpFont objects.

Syntax
:list() --> aFontObjects
Return

This method returns an array containing other XbpFont objects. These fonts match the instance variables of the current XbpFont object.

Description

When the values in the instance variables of an XbpFont object describe a font that does not exist, the available font that is the closest match with the defined XbpFont object is selected by the method :create()using a "best fit" process. The font that is actually created cannot be predicted. However, an array containing XbpFont objects that match the description can be created using the method :list(). The XbpFont objects in this array describe all the available fonts that match this object.

this method may be called before :create() is executed.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.