*SecondaryFont()
Defines the font type, weight, style, and size for the second line of a header or footer.
Syntax
*SecondaryFont (Name, Weight, Slant, Size)
Application
HyperGraph and MediaView.
Inputs
- Name
 - The font type: Helvetica, Courier, New Century Schoolbook, or Times
 - Weight
 - The font weight, 1 or 0:
- 1
 - Bold
 - 0
 - Normal (default)
 
 - Slant
 - 
            
- 1
 - Italic
 - 0
 - Normal (default)
 
 - Size
 - The font point size, 8, 10, 12, 14, 18, or 24
 
Context
*BeginFooter()
*BeginHeader()
Report Definitions
Example
*BeginHeader(On)
    *PrimaryFont("Times", 0, 0, 18)
    *SecondaryFont("Times", 0, 0, 12)
    *TertiaryFont("Times", 0, 0, 10)
*EndHeader()
      Comments
Defaults for font type, weight, style, and size for the second line of headers and footers are set in the preference file using *SetSecondaryHeaderFont() and *SetSecondaryFooterFont().