> From: Calum Galleitch <[EMAIL PROTECTED]>
> Date: Sat, 21 Jun 2003 22:02:38 +0000
> And I don't know what the postscript for strlen() is.
stringwidth
> Is there any way of right-justifying this text somehow?
The way I do right-justified text in postscript is to define the
following macro:
/flushright { dup stringwidth -1 mul exch -1 mul exch rmoveto show } def
I then use:
(text) flushright
in place of:
(text) show
Jeff
To subscribe/unsubscribe, point your browser to: http://www.tullochgorm.com/lists.html