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