HyperWorks Desktop

*Font() - HyperGraph

Specifies the font name, weight, style, and size for plot notes, legends, and the text editor.

*Font() - HyperGraph

Specifies the font name, weight, style, and size for plot notes, legends, and the text editor.

Previous topic Next topic No expanding text in this topic  

*Font() - HyperGraph

Specifies the font name, weight, style, and size for plot notes, legends, and the text editor.

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Syntax

*Font(Name, Weight, Slant, Size)

Arguments

Name

Description

 

Name

The font name:

Helvetica, Courier, New Century Schoolbook, Times, or any other font installed on the machine.

 

Weight

The font weight, 1 or 0:

1 = bold

0 = normal (default)

 

Slant

The font style, 1 or 0:

1 = italic
0 = normal (default)

 

Size

The point size of the font, 8, 10, 12, 14, 18, or 24

Example

*BeginLegend(On)

  *Font("Helvetica", 0, 1, 12)

*EndLegend()

Application

HyperGraph and TextView.

Context

*BeginLegend()

*BeginNote()

*BeginTextEditor()

Report Definitions

See also

 

*NoteAlignment()

*Text()

List of Session Statements