HyperWorks Desktop

*SetTertiaryFooterFont()

Specifies the font type, weight, style, and size for the third line and all lines thereafter in a plot footer.

*SetTertiaryFooterFont()

Specifies the font type, weight, style, and size for the third line and all lines thereafter in a plot footer.

Previous topic Next topic No expanding text in this topic  

*SetTertiaryFooterFont()

Specifies the font type, weight, style, and size for the third line and all lines thereafter in a plot footer.

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

Syntax

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

Arguments

Names

Description

 

Font Name

The font type of the footer text:

Courier, Helvetica, New Century Schoolbook, or Times

 

Weight

The font weight of the footer text, 1 or 0:

1 = bold
0 = normal (default)

 

Slant

The font style of the footer text, 1 or 0:

1 = italic
0 = normal (default)

 

Size

The font size of the footer text:

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

Example

*BeginPlotDefaults()

  • • •

   *SetHeaderColor(3)

   *SetPrimaryHeaderFont("Times",0,0,8)

   *SetSecondaryHeaderFont("Times",1,0,10)

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

   *SetFooterColor(3)

   *SetPrimaryFooterFont("Helvetica",0,0,8)

   *SetSecondaryFooterFont("Helvetica",0,1,10)

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

   *SetCurveDefaults(1, 2, 1, 0, 0)

  • • •

*EndPlotDefaults()

Application

HyperGraph.

Context

*BeginPlotDefaults()

Comments

A plot footer can contain any number of lines and is different from a page footer, *BeginFooter().  Fonts for page footers are set using the *Font() statement.

See also

 

*SetPrimaryFooterFont()

*SetTertiaryFooterFont()

*SetTertiaryHeaderFont()

List of Preference Statements