[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: printing from gnustep
From: |
Adam Fedor |
Subject: |
Re: printing from gnustep |
Date: |
Thu, 14 Aug 2003 11:58:33 -0600 |
On Thursday, August 14, 2003, at 03:49 AM, reuss wrote:
there is a gnustep class that generate postscript or pdf code for
printing?
There is one for PS in the backend. Normally you would access it using
NSView's print:, dataWithEPSInsideRect, and other similar methods.
It's not very complete though and may not handle text well.