How can I print Centered Text ?
How can I print Centered Text ?
(OP)
Hi All,
How can I print 'centered text' in PCL? ie,I need to print
a
aaa
aaaaa etc. instead of printing
a
aaa
aaaaa Could anyone of you please tell me the PCL command to achieve this?
Thanks,
RNTH
How can I print 'centered text' in PCL? ie,I need to print
a
aaa
aaaaa etc. instead of printing
a
aaa
aaaaa Could anyone of you please tell me the PCL command to achieve this?
Thanks,
RNTH
RE: How can I print Centered Text ?
Similarly, if you can get the TFM files(font metrics) for the font in use and figure out how to extract the necessary data, then you could do the same thing. That is actually a pretty big job.
OR, if you know your way around HP-GL/2, have a look at the "LO" command, whereby you can center, right justify etc. text labels automatically.
Jim Asman
RE: How can I print Centered Text ?
by
print #printer%,space$((80-len(txt))/2);txt$
(assumes 10CPI and 80 characters per line (8.5 in. with
.25 in. left margin)
(substitute lprint for print #printer%, if using lprint)
similar centering will depend on the CPI of the you are using and how wide the page is.
at 12CPI 96 characters per line normally on an 8.5x11
at 16.66 its about 132.