Re: Print Fonts-Fixed versus Proportional


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]

Posted by Marc on February 20, 2007 at 16:27:15:

In Reply to: Print Fonts-Fixed versus Proportional posted by Gerry B on February 20, 2007 at 15:36:52:

Gerry: you are missing the following:
Print (ptrlun) (TR);(SetTextAlign = TA.RIGHT)
The default is ta.left and there is also ta.center. Position your x pointer on the right most position and the print will right justify. Here is an example of how I place decimal points:
Print (ptrlun) (TR);(SetTextAlign = TA.RIGHT)
X1 = X1 + (2*TWIP.INCH) + (t16)
BUFAMT = JLORD & DECIMALS = 0 & GOSUB CNVAMT
DATA$ = BUFAMT$ & GOSUB PRINTLINE

Hope this helps


Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

What is the name of the main Signature System's Product?

Comments:

Optional Link URL:
Link Title:
Optional Image URL:

You may attach up to 5 files to your followup (see below):






[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]