Description
Returns the name of the currently loaded font.
Syntax
object.Name |
object
Required. Object name. Returned by Ted.GetFont.
Example
This script displays the name of the font, numbered as 10031:.
Dim objFont = Ted.GetFont
objFont.Code = 10031
msgbox (objFont.Name)
Context
Font object