Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

printer setup

Former Member
0 Kudos

Hi

i have printing program in that printing through get_print-parameters.now i want to fix the font name (Times New Roman) how do i assign the font name .

help me.

regards,

sivakumar

1 REPLY 1

Former Member
0 Kudos

Hi,

If you want to print a List output there is a statement called

PRINT-CONTROL

Additions:

1. ... CPI cpi

2. ... LPI lpi

3. ... SIZE size

4. ... COLOR

5. ... LEFT MARGIN col

6. ... FONT font

7. ... FUNCTION f

8. ... LINE line

9. ... POSITION col

Here you can Use the Addition FONT & set the required font .

Kindly award points if you find this useful...

Regards,

Gaurav Parashar