Description
Loads the font, numbered as iCode, or returns the font code number of the loaded font.
Syntax
object.Code = [iCode] |
object
Required. Object name. Returned by Ted.GetFont.
iCode
Optional. Font code number.
Example
This script loads the font numbered as 10031 and displays its code.
Dim objFont = Ted.GetFont
objFont.Code = 10031
msgbox (objFont.Code)
Context
Font object