version 1
CT Font number (fontName) Integer
| Parameter | Type | Description | |
| fontName | String | Name of font | |
| Function result | Integer | ID number of font |
Description
CT Font number returns the ID number of the font whose name is fontName.
Example
This example returns the number of the font "Times":
vNumber:=CT Font number("Times")
See Also