Except when you are trying to string them along from
EQUs, it's a little hard to combine, so I just send the
full code for each command.

I have the following commands:

CALL SETPCLX(x); CALL SETPCLY(y); CALL SETPCLXY(x,y)
of course SETPCLXY does a CALL SETPCLX(x) then a CALL SETPCLY(y)

To keep things simplistic, I'll take the few extra prefixes.

George

>-----Original Message-----
>From: [EMAIL PROTECTED]
>[mailto:[EMAIL PROTECTED]
>Sent: Thursday, November 11, 2004 4:23 PM
>To: [EMAIL PROTECTED]
>Subject: [U2] Re: [OT] PCL6 - Additional Comments
>
>
>Please note that in PCL, you may combine commands with the same prefix.
>For example:
>
>^027*p100X^027*p200Y can be expressed as ^027*p100x200Y
>
>More importantly, you can express your entire font selection
>criteria using
>a single command.  For example, you could select your primary font [(s]
>using these six commands:
>
>^027(s0P    fixed spacing - use 1P for proportional
>^027(s12H   12 cpi - horizontal size
>^027(s6V    6 point - vertical size
>^027(s1S    Italic style (0=upright, 1=italic, 4=condensed, etc.)
>^027(s3B    Stroke Weight (Boldness) - 3=Bold,
>0=Medium/Normal, -3=Light
>^027(s4102T Typeface - 4102 is Letter Gothic
>
>Or you could use this single command:
>
>^027(s0p12h6v1s3b4102T
>
>The command is terminated by a Capital letter.  Lower case allows
>continuation.
-------
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to