[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]

RE: [XaraXtreme-dev] EPS export



Well, it shouldn't interfere with anything really.  The various internal
filters shouldn't interfere at all with the plugin ones.

I suspect that the largest issue with the postscript related code will
be that it does some bad things with char/TCHARs (e.g. it uses ascii
strings for most things but then calls stuff that takes a TCHAR* passing
a char*).  On our Unicode builds this is going to fall over in a pretty
big heap...  These problems may be due in part to strangeness in the
tokenisation handling in CCLexFile...

Yes, PS printing will also need lots of the kernel-y PS stuff to be
working.

Gerry

-----Original Message-----
From: owner-dev@xxxxxxxxxxxxxxxx [mailto:owner-dev@xxxxxxxxxxxxxxxx] On
Behalf Of Alex Bligh
Sent: 12 June 2006 14:32
To: xara-dev
Cc: Alex Bligh
Subject: [XaraXtreme-dev] EPS export

Gerry,

Is there a good reason for me not to get the EPS export stuff working?
(i.e. will it interfere with your filter code)? It would seem PS
printing at lease depends on EPSRenderRegion type stuff.

Alex