GridFont.Typeface Property

Top 

Description

Sets the typeface for the current font. This can be set to the name of any typeface available to the computer. Common examples include "Verdana", "Arial", etc. A full listing of the available typefaces can be found in the FreeFlyer User Preferences menu on the "Editors" page, or on the object editor of any GridWindow object through the "Additional Options" button on the Properties page. If a typeface does not exist on the machine, the default will be used.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Attributes

Type:

string

Access:

read/write

Default Value:

"Courier New"

 

Syntax

myString1 = myGridFont1.Typeface;

 

myGridFont1.Typeface = myString1;

 

See also

GridFont Object

GridWindow Guide