Description
Returns the PFB file name in the currently loaded font, or an empty string, if the font has no PFB
Syntax
object.PFB |
object
Required. Object name. Returned by Ted.GetFont.
Example
This script displays the file name of the PFB font, associated to the font, numbered as 10031:
Dim objFont = Ted.GetFont
objFont.Code = 10031
msgbox (objFont.PFB)
Context
Font object