Use this field- or record-level keyword to specify the font for printing a named or constant field within a record.
The format of the keyword is:
FNTCHRSET([library-name/]font-character-set [library-name/]code-page [point-size])
The font-character-set and code-page parameters are required. Both can be up to 8 characters long.
Use the optional library-name parameter to further qualify the font character set or code page. If library-name is not specified, *LIBL is used to search for the font character set and code page. If *LIBL is used, the system-supplied font libraries are added to the library list when searching for the requested font.
Use the optional point-size parameter to further define a numeric font that specifies a point size. Specify the point-size paramter as an expression of the form (*POINTSIZE value). The valid values for this parameter are 0.1 through 999.9.
Notes:
The font character set and code page values are validated at print time. An error message is issued if they are not valid.
Specify DEVTYPE(*AFPDS) on the CRTPRTF command when FNTCHRSET is specified in the file. If DEVTYPE is changed to anything other than *AFPDS, the keyword is ignored and a warning message is issued at print time.
FNTCHRSET cannot be specified at the same level as the FONT and CDEFNT keywords.
Option indicators are valid for this keyword.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.