cancel
Showing results for 
Search instead for 
Did you mean: 

Change Font size for Line printer when Printing ALV

michael_vollmer2
Explorer
0 Kudos

We are using device type IBM 64xx LP+ emulation 1.00A to print to an IBM line printer.

I would like to change the font size of an ALV report I am sending to the device.

Can the font size be set in the Printer Initialization section of the Format?

Ex. I am using X_65_255

What/Where can I add the font size

  1. Set to P-Series Emulation (SSCC P 0)

\0x1b\0x7c\0x7d\0x3b\0x50\0x30

  1. Emulation Reset (SFCC @)

\0x01\0x40

  1. Character Set = IBM PC, ASCII, IBM PC(0850) (SFCC l 0 0 1)

\0x01\0x6c\0x30\0x30\0x31

  1. Print Mode/Pitch Selection = DP Quality, 20 cpi

\0x01\0x7c\0x7d;Sxxxxx;0;0;xxx;0024;0048

  1. Line Spacing = 6 lpi (SFCC 2)

\0x01\0x32

  1. Forms Length Set = 66 lines (SFCC LINES;66 <CR><LF>)

\0x01LINES;66\0x0d\0x0a

Thanks,

Mike

Accepted Solutions (0)

Answers (1)

Answers (1)

Sandra_Rossi
Active Contributor
0 Kudos

You will find the P-series emulation here: [LinePrinter Plus programmer's reference manual|http://www.printronix.com/WorkArea/downloadasset.aspx?id=4546] (printronix doc)

You don't have many options with P-series. Maybe it's better to choose another emulation, and get the IBM 64xx programmer's guide.