5 pts.
 Printing in As/400
How to change the font size in prtf for printer output

Software/Hardware used:
ASKED: December 14, 2009  10:38 AM
UPDATED: December 15, 2009  4:50 PM

Answer Wiki:
Try the CHGPRTF command. The font paramater allows you to change the point size. * If you create and exteranally defined PRTF you can use multiple fonts on a page.
Last Wiki Answer Submitted:  December 14, 2009  6:41 pm  by  ElTerrifico   605 pts.
All Answer Wiki Contributors:  ElTerrifico   605 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

It might depend on why the font is “too small”. For example, a “small font” might be a misinterpretation of a portrait page rotated to landscape. A 132-char printline definition might be in effect even though only 72 characters are actually printed. The resulting page may be auto-rotated and give a smaller font appearance.

Tom

 108,260 pts.

 

We solved this problem by using a workstation customizing object. Our printers are attached via TCP/IP – most with just an output queue description. The same workstation customizing object has given us good results on a variety of HP printers.

If you like, I could send you the section of code that applies to 132 character print line.

 5,525 pts.