Defines the font type, weight, style, and size for the third line and all lines thereafter in a header or footer.
Syntax |
*TertiaryFont(Name, Weight, Slant, Size) |
|
Arguments |
Name |
Description |
Name |
The font type: |
|
Weight |
The font weight, 1 or 0: 1 = bold |
|
Slant |
The font style, 1 or 0: 1 = italic |
|
Size |
The font point size, 8, 10, 12, 14, 18, or 24 |
|
Example |
*BeginHeader(On) *PrimaryFont("Times", 0, 0, 18) *SecondaryFont("Times", 0, 0, 12) *TertiaryFont("Times", 0, 0, 10) *EndHeader() |
|
Application |
HyperGraph and MediaView. |
|
Context |
||
Comments |
Defaults for font type, weight, style, and size for the third line and all lines thereafter of headers and footers are set in the preference file using *SetTertiaryHeaderFont() and *SetTertiaryFooterFont(). |
|
See also |
|
|