Submitted by Anonymous (not verified) on Sat, 01/01/2005 - 00:00
Forums

A question about the automatic sizing of the fax font from AS/400
spool files. Is there a way to override the automatic sizing?
Some output reports from utility programs they use are coming up
in a very small font size.

Full name
Administrator

admin

Sat, 01/01/2005 - 00:00

The font will normally be used as indicated in the Print File, but
it can be overruled with OVRPRTF. You will see there are two
parameters, which determines the font size:

1)        CPI
2)        PAGRTT - If it is *COR or *AUTO the print will be in landscape
           if the record lenght exeeds 120 bytes for 10 or 15 CPI - or
           exeeds 96 bytes for 12 CPI.

There are also other options. You can change the font in the spool
File Data by placing .FAXFNT(name size) in the print it self.

Example:  .FAXFNT(COURIER 10) will change the font to Courier 10 pitch.