version 6.0
FONT LIST (fonts)
Parameter | Type | Description | |
fonts | Array | Array of font names |
Description
The FONT LIST command populates the string or text array fonts with the names of the fonts available on your system.
Example
In a form, you want a drop-down list that displays a list of the fonts available on your system. The method of the drop-down list is as follows:
Case of : (Form event=On Load) ARRAY STRING(63;asFont;0) FONT LIST(asFont) ` ... End case
See Also