You may change the appearance of a field’s content. In this example the Data-values of the Name field are printed in a user-defined font called Small.
Example 2 – SELECT FONT subcommand
SELECT Name LEGEND "Diagram Name" LEGENDFONT Script FONT Small
You may assign different fonts to the field content and the column heading or label. In this example, the column heading is printed in the user-defined font (LEGENDFONT) called Script, while the data in the columns is printed in the user-defined font (FONT) called Small.
Note Both Script and Small fonts-identifiers must be defined by a FONT command in either a global or local definition block.