Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!cs.utexas.edu!uunet!dino!atanasoff!hascall From: hascall@atanasoff.cs.iastate.edu (John Hascall) Newsgroups: comp.lang.postscript Subject: Re: PostScript in PostScript Keywords: graphical newsgroup Message-ID: <1655@atanasoff.cs.iastate.edu> Date: 23 Oct 89 19:53:27 GMT References: <7800@cg-atla.UUCP> Reply-To: hascall@atanasoff.UUCP (John Hascall) Distribution: comp Organization: Iowa State Univ. Computation Center Lines: 24 In article <7800@cg-atla.UUCP> felleman@cg-atla.UUCP (John Felleman) writes: }Someone here at Agfa Compugraphic recently pointed out how regressive }it was that our computerized discussions of PostScript were limited to }text... }Let's start a discussion about the feasibility and }desirability of this concept. %!PS gsave /Times-Roman findfont 180 scalefont setfont newpath 36 550 moveto (Groovy) false charpath clip pathbbox 2 index sub dup mul exch 3 index sub dup mul add sqrt /r exch def pop pop -90 1 90 { newpath 36 550 moveto dup cos r mul exch sin r mul rlineto stroke } for grestore showpage % % John Hascall