version 1
CT Font name (fontNumber) String
| Parameter | Type | Description | |
| fontNumber | Integer | Font ID number | |
| Function result | String | Name of the font |
Description
CT Font name returns the name of the font whose ID is fontNumber.
If fontNumber does not exist, CT Font name returns an empty string.
Example
This example returns the name of the font whose ID number is 3:
vName:=CT Font name(3)
See Also