ViewFont.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 millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

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

 

Attributes

Type:

string

Access:

read/write

Default Value:

"Tahoma"

 

Syntax

myString1 = myViewFont1.Typeface;

 

myViewFont1.Typeface = myString1;

 

See also

ViewFont Object