Code Property

Build 1501 on 14/Nov/2017  This topic last edited on: 23/Mar/2016, at 12:20

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