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, to map the Times New Roman Latin 1 character set to the raster version, follow these steps.
- Open the file <install path>\grd\fgid.grd.sample in a text editor such as Notepad.
- Click File → Save as. Rename the file fgid.grd and save it into the <install path>\var\psf\PrinterName directory, where PrinterName is the name of the InfoPrint actual destination representing the printer device.
- 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 set for downloading with the job.
To modify the cpgid file so that the personal computer ASCII codepage for Iceland maps to the multilingual codepage for ASCII data as described in Modifying the charset and codepage GRID files, do these steps:
- Open the file <install path>\grd\fgid.grd.sample in a text editor such as Notepad.
- Click File → Save as. Rename the file cpgid.grd and save it into the <install path>\var\psf\PrinterName directory, where PrinterName is the name of the InfoPrint actual destination representing the printer device.
- Edit the cpgid.grd file you just created and copy this
line for the personal computer multilingual codepage for ASCII data:
850 980 T1000850 # PC MULTILINGUAL
- Change the first entry in the copied line, in the cpgid column, to the codepage identifier of the personal computer ASCII
codepage for Iceland font that you want to map to the multilingual
codepage. 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 ensure 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.