version 6.8
PV GET FONT LIST (area; fonts; names)
| Parameter | Type | Description | |
| area | Longint | 4D View area | |
| fonts | Array longint | Font IDs array | |
| names | Array string | Font names array |
Description
The command PV GET FONT LIST gets, in arrays fonts and names, the IDs and names of each font in area.
Example
Refer to the example for the PV Add font command.
See Also