HyperWorks Desktop

*Font()

Specifies the font type, weight, style, and size of text for page headers and footers, and the text editor.

*Font()

Specifies the font type, weight, style, and size of text for page headers and footers, and the text editor.

Previous topic Next topic No expanding text in this topic  

*Font()

Specifies the font type, weight, style, and size of text for page headers and footers, and the text editor.

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

Syntax

*Font(Font Name, Weight, Slant, Size)

Arguments

Names

Description

 

Font name

The font type:

Courier, Helvetica, New Century Schoolbook, or Times.

 

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 font size:

8, 10, 12, 14, 18, or 24.

Example

*BeginRegion(100, 0, 900, 1000)

   *Alignment(Center)

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

   *Text("Example Footer")

   *BorderWidth(1,1,1,1)

*EndRegion()

Application

HyperGraph.

Context

*BeginRegion()

See also

 

*BeginRegion()

*BeginTextEditorDefaults()

*SetAxisLabelFont()

*SetAxisTicFont()

List of Preference Statements