version 6.0
DR Font name (fontNumber) String
| Parameter | Type | Description | |
| fontNumber | Integer | Font ID number | |
| Function result | String | Font name |
Description
The command DR Font name returns the name of the font whose ID is fontNumber. The ID is the value returned by DR Font number.
If fontNumber does not exist, DR Font name returns an empty string.
Example
The following example places into the vName variable the font whose ID is 3.
vName := DR Font name (3)
See Also