Is there any easy way of printing to a printer with a variable-length
font and still keeping the columns even and right-justified when
necessary, or do I have to go through all the trouble of coding the
lengths line by line? I have an application that creates reports and
writes them to a file in ascii with the columns lined up correctly, but
now I have come across occasion to print this file using a variable len
font. Anyone ever tackled this before?
Regards,
Jim
-------------
Jim Seekamp
font and still keeping the columns even and right-justified when
necessary, or do I have to go through all the trouble of coding the
lengths line by line? I have an application that creates reports and
writes them to a file in ascii with the columns lined up correctly, but
now I have come across occasion to print this file using a variable len
font. Anyone ever tackled this before?
Regards,
Jim
-------------
Jim Seekamp
Comment