Specifies the font type, weight, style, and size for the second line of the plot footer.
Syntax |
*SetSecondaryFooterFont(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 |
|
Slant |
The font style of the footer text, 1 or 0: 1 = italic |
|
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 |
||
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 |
|
|