home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.postscript
- Path: sparky!uunet!timbuk.cray.com!walter.cray.com!goldman
- From: goldman@cray.com (Matthew D. Goldman)
- Subject: oops... corrected source follows.
- Message-ID: <1992Nov19.113529.22460@walter.cray.com>
- Lines: 28
- Nntp-Posting-Host: orac.cray.com
- Date: 19 Nov 92 11:35:28 CST
-
- Sorry about that. Try this.
-
- %!
- /SectorTitle { % string x y r > -
- gsave % save graphics state
- /R exch def % Pull info off stack.
- /Y exch def % remember first in and
- /X exch def % last out queue.
- 0 setgray % color to black
- /Times-Roman findfont % select font
- 32 scalefont % set pointsize
- setfont % use this as the default font
- X Y moveto % select x and y
- R rotate % orient text
- currentpoint translate % not quite sure why this is necessary
- show % put the letter on the page
- grestore % put graphics state back
- } def
-
- (Test Info - 590 36 90) 590 36 90 SectorTitle
- (Test Info - 75 600 270) 75 600 270 SectorTitle
-
- showpage
- --
- Matthew Goldman E-mail: goldman@orac.cray.com
- Fax: (612) 683-3099 Work: (612) 683-3061
- "Say George, I don't mean to interrupt, but
- there's a glowing red dot on your forehead."
-