Reporting : Native reporting system : Reporting system command language : HEADERFONT subcommand
  
HEADERFONT subcommand
The HEADERFONT subcommand in the SETTING command is used to point to a font style defined by a FONT command in either the global definition block or the local definition block. The specified font affects all headers that are printed. For more information on the structure of the .RPT file, see Report Definition file and structure.
The structure of this statement is:
SETTING { HEADERFONT font-identifier }
For example:
FONT "HeaderFont" { NAME "Helvetica" HEIGHT 12 BOLD ITALIC }
SETTING { HEADERFONT "HeaderFont" }
Notes
1 For details on the commands in the above statements, see FONT command and SETTING command.
2 The FONT command must be used to define the font-identifier (HeaderFont in the example above) used by the HEADERFONT subcommand in the SETTING statement.
To use the Report Editor to specify a HEADERFONT subcommand in the SETTING command, use the Headers Font dialog. See Headers and Footers dialogs (in Printing a header and footer on the report page) and Font dialog.
Parent topic
Reporting system command language