PlotWindow.SetTypeface(String) Method

Top 

Description

Sets the font to be used by all rendered text within this PlotWindow.

 

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.

 

Method Signature

PlotWindow.SetTypeface(

String typeface)

 

 

Arguments

typeface


Description:

The typeface to use when rendering text in this PlotWindow. 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.

 

 

 

Syntax

myPlotWindow1.SetTypeface(myString1);

 

 

See also

PlotWindow Object

PlotWindow Guide