PlotFont.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 PlotWindow 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.

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

 

Attributes

Type:

string

Access:

read/write

Default Value:

"Verdana"

 

Syntax

myString1 = myPlotFont1.Typeface;

 

myPlotFont1.Typeface = myString1;

 

See also

PlotFont Object

PlotWindow Guide