Figure 347 shows how to specify the FONT keyword.
Figure 347. Specifying the FONT Keyword
|...+....1....+....2....+....3....+....4....+....5....+....6....+....7....+....8
00010A R RECORD1
00020A 02 03 FONT(222)
00030A FLD1 6A 16 01
00040A 01 FONT(ADMMVSS)
00050A FLD2 6S 20 01
00060A R RECORD2
00070A 04 FONT(16951 (*POINTSIZE 10))
00080A FLD3 6A 16 01
00090A 05 FONT(16951 (*POINTSIZE 12))
00100A FLD4 6S 20 01FONT(4919)
A
FLD1 uses the multinational vector symbol set (FONT(ADMMVSS)) if indicator 01 is on, or Gothic 15 (FONT(222)) if indicator 01 is off and indicators 02 and 03 are on. Otherwise, the font specified on the CRTPRTF command is used.
FLD2 uses Gothic 15 if indicators 02 and 03 are on. Otherwise, the font specified on the CRTPRTF command is used.
FLD3 uses Century Schoolbook** with a point size of 12 (FONT(16951 (*POINTSIZE 12))) if indicator 05 is on, or Century Schoolbook with a point size of 10 if indicator 05 is off and indicator 04 is on. Otherwise, the font specified on the CRTPRTF command is used.
FLD4 uses Goudy old style (FONT(4919)).
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.