Path: utzoo!yunexus!hydroesm!jtsv16!torsqnt!news-server.csri.toronto.edu!mailrus!umich!samsung!think!snorkelwacker!mit-eddie!uw-beaver!uw-june!dylan From: dylan@cs.washington.edu (Dylan McNamee) Newsgroups: comp.lang.postscript Subject: path to calligraphy penstroke Message-ID: <12041@june.cs.washington.edu> Date: 29 May 90 21:08:11 GMT Article-I.D.: june.12041 Reply-To: dylan@june.cs.washington.edu (Dylan McNamee) Organization: University of Washington, Computer Science, Seattle Lines: 16 I would like to take a single path (usually will be arcs and curves) and a Calligraphy pen description (nib width, angle) and return the two paths that define the borders of the penstroke. Can anyone point to or provide any examples of ways of doing this? The only thing I can think of at the moment would be to sample the path at some interval, and use the pen width/angle to get a pair of points that correspond to the penstroke at that point. The problems with this are that I can't think of how to "sample" a curve, and the output is a bunch of points...hardly kosher PostScript. thanks in advance, dylan dylan@cs.washington.edu