Re: Old NeXT code
Re: Old NeXT code
- Subject: Re: Old NeXT code
- From: "John C. Randolph" <email@hidden>
- Date: Sat, 10 Sep 2005 19:16:51 -0700
On Sep 10, 2005, at 7:08 PM, Ken Shmidheiser wrote:
There is also a file:
CrosswordSquarePS.psw
that appears to translate Postscript code into something usable by
Cocoa, but I can't figure out how to handle it, or if it is even
possible to use it in Xcode.
That's what we call a "Postscript Wrap" file. Since Display
Postscript was replaced with Quartz, we don't use them anymore.
Basically, it compiles postscript code into a C-callable function.
What you'll need to do to replace it is read the code to figure out
what it did, and do the same thing with NSBezierPath or the Quartz API.
-jcr
John C. Randolph <email@hidden> (408) 914-0013
Roaming Cocoa Engineer,
Available for your projects at great Expense and Inconvenience.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >Old NeXT code (From: Ken Shmidheiser <email@hidden>) |