Reporting : Native reporting system : Reporting system command language : SETTING FONT subcommand
  
SETTING FONT subcommand
Example – SETTING FONT subcommand
SETTING { FONT "PropertyFont" }
Notes
1 The FONT subcommand used in the SETTING statement must be defined in a FONT command using a statement like this one defining PropertyFont.
FONT PropertyFont
{
NAME "Helvetica"
HEIGHT 10
ITALIC
}
2 Also note the required begin and end commands may be positioned many differently to achieve organized code that is easy to read.
Related topics
Example – FIELD FONT subcommand
Example – SETTING FONT subcommand
FONT subcommand
Parent topic
Reporting system command language