Path: utzoo!attcan!uunet!lll-winken!ames!mailrus!cornell!uw-beaver!uw-june!uw-entropy!mica!charlie From: charlie@mica.stat.washington.edu (Charlie Geyer) Newsgroups: comp.windows.news Subject: Re: help with charpath Message-ID: <1166@uw-entropy.ms.washington.edu> Date: 14 Jan 89 21:08:44 GMT References: <8901131858.AA05919@lite.sunecd.com> Sender: news@uw-entropy.ms.washington.edu Reply-To: charlie@mica.stat.washington.edu (Charlie Geyer) Organization: UW Statistics, Seattle Lines: 17 Summary: Expires: Sender: Followup-To: In article <8901131858.AA05919@lite.sunecd.com> byennaco@lite.UUCP (Robert Yennaco) writes: >The path construction operator, `charpath', doesn't seem to work. Instead >of getting character outlines, I get the string's bounding box. >Anybody shed some light on this? It works. Try /Helvetica findfont 100 scalefont setfont newpath 100 300 moveto (Woof) false charpath flattenpath 5 setlinewidth 1 setlinejoin stroke showpage