Modifying the FGID and CPGID GRID files
CZ
nnnn entries to raster font character-set names. If you do not create this mapping, InfoPrint issues an error message and does not print the job.For example, if you wanted to map the Times New Roman Latin 1 character set to the raster version, you would do these steps:
- From theAIX command line, change to the /var/psf/PrinterName directory, where PrinterName is the name of the InfoPrint physical printer representing the printer device.
- Create the fgid.grd file from the fgid.grd.sample file. Enter the command:
cp /usr/lpp/psf/grd/fgid.grd.sample fgid.grd
- Using an AIX editor, edit the file that you just created and copy this line:
2308 2039 * * CZN200 # Times New Roman Latin1
- Change the entry in the FCS name column to
CON20000
.2308 2039 * * CON20000 # Raster version of TNR Latin 1
- Save your changes and close the file.
After this substitution, InfoPrint prints jobs that specify the font character-set name CZN200
and that processed on the physical printer for which you made the change using the
raster version of the font. The CZN200
character set now maps to:
- An FGID of
2308
- A GCSGID of
2039
- A vertical size of
65535
- A width of
0
Because the InfoPrint 3835 Advanced Function Printer does not support any resident
outline fonts, the fgid.grd.sample file maps the FGID and the GCSGID back to the C0N20000
character set. Then, InfoPrint searches the resource library search path to locate the C0N20000
character for downloading with the job.
To modify the cpgid file so that the personal computer ASCII code page for Iceland maps to the multilingual code page for ASCII data as described in Modifying the charset and codepage GRID files, do these steps:
- From the AIX command line, change to the /var/psf/PrinterName directory, where PrinterName is the name of the InfoPrint physical printer representing the printer device.
- Create the cpgid.grd file from the cpgid.grd.sample file. Enter the command:
cp /usr/lpp/psf/grd/cpgid.grd.sample cpgid.grd
- Using an AIX editor, such as vi, edit the cpgid.grd file you just created and copy this line for the personal computer multilingual code
page for ASCII data:
850 980 T1000850 # PC MULTILINGUAL
- Change the first entry in the copied line, in the cpgid column, to the code page identifier of the personal computer ASCII code page for
Iceland font that you want to map to the multilingual code page. You can change the
comment at the end of the copied line to identify the mapping change you are making.
861 980 T1000850 # ICELAND MAPPED TO MULTILINGUAL
- Search the remainder of the cpgid.grd file to make sure that it contains no other 861 entries. A later entry of the same character set would replace the entry you just made.
- Save your changes and close the file.