flash3433
Programmer
- Mar 16, 2004
- 18
I used to think I was fairly intelligent.
A very small question, but after poring over the PS Language Manual and a helpful book "Thinking in Postscript" I still do not get it.
Question: After executing a simple
I want to draw a line of certain length and width in a certain location RELATIVE to where the last words printed.
Of course, there is no currentpoint. How do I retrieve the x y coordinates of where the last printing stopped and use them to locate my line with rmoveto's?
Thanks.
A very small question, but after poring over the PS Language Manual and a helpful book "Thinking in Postscript" I still do not get it.
Question: After executing a simple
Code:
35 50 moveto (words) show
Of course, there is no currentpoint. How do I retrieve the x y coordinates of where the last printing stopped and use them to locate my line with rmoveto's?
Thanks.