HyperWorks Desktop

*TitleFont() - HyperGraph

Specifies the font type, weight, style, and size for the axis labels or datum line labels.

*TitleFont() - HyperGraph

Specifies the font type, weight, style, and size for the axis labels or datum line labels.

Previous topic Next topic No expanding text in this topic  

*TitleFont() - HyperGraph

Specifies the font type, weight, style, and size for the axis labels or datum line labels.

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

Syntax

*TitleFont(Name, Weight, Slant, Size)

Arguments

Name

Description

 

Name

The font type.  Examples include Helvetica, Courier, Times New Roman, or any other font installed on your machine.

 

Weight

The font weight.

1 – bold

0 – normal (default)

 

Slant

The font style.

1 – italic

0 – normal

 

Size

The font point size.  Options include 8, 10, 12, 14, 18. or 24.

Example

*BeginPage()

   *IsActive()

   *Name("page1")

   *Title("Node Data-1", On)

  *TitleFont("Arial", 1, 0, 14)

   *Layout(2)

   *AnimationMode(Transient)

*EndPage()

Application

HyperGraph.

Context

*BeginPage()

See also

 

*BeginPlot()

*Title()

List of Session Statements