Home | IBM Manuals Direct | iBytes Library | Links | About | Book Store | On-Line Code |
iByte Subject – Jazzing up AS/400 reports using installed fonts. Understanding the components of fonts on the AS/400 is somewhat of a mystery and I have yet to find a good definition of things like FNTCHRSET, CDEFNT, and CDEPAG. The process of using installed fonts however is pretty simple. Basic setup..... First check to see what fonts are available. To do this type the command WRKFNTRSC FNTRSC(*ALL/*ALL).
To use the installed fonts we must use an external print file.
OVRPRTF FILE(MYFILE) TOFILE(*LIBL/MYFILE) +
01'ABCabc123' SPACEB(3) Remember that the fonts will not display in your SPLF. You must print your report to actually see the result. Information from IBM - AS/400 Fonts Information, FNTCHRSET Keyword, WRKFNTRSC Keyword |