Reporting > Native reporting system > Reporting system command language > SETTING FONT subcommand
  
SETTING FONT subcommand
Example: SETTING FONT subcommand
SETTING { FONT "PropertyFont" }
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
}
The required begin and end commands can be positioned 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