Reporting : Native reporting system : Reporting system command language : FIELD FONT subcommand
  
FIELD FONT subcommand
Example – FIELD FONT subcommand
FIELD "Update Date" { FONT "DateFont" }
Notes
1 The FONT subcommand used in the SETTING statement must be defined in a FONT command using a statement like this one:
FONT DateFFont
{
NAME "Sans Serif"
HEIGHT 9
BOLD
}
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 – SETTING FONT subcommand
Examples – SELECT FONT subcommand
FONT subcommand
Parent topic
Reporting system command language