2002-10-15 Hans Breuer <hans@breuer.org>
commitc48564ad14a281a0229a697edf713856b2c5f2da
authorhans <hans>
Wed, 16 Oct 2002 02:43:01 +0000 (16 02:43 +0000)
committerhans <hans>
Wed, 16 Oct 2002 02:43:01 +0000 (16 02:43 +0000)
treee206c3302478181e63817bd5ac224242cf2e40cb
parentcaafe39e0a6838bfe4d251cc264f1b3c87a67522
2002-10-15  Hans Breuer  <hans@breuer.org>

* app/diapsrenderer.[hc] : (new files, old content :-)
simple base class for post script rendering. Does neither
use Pango/FT2 nor does it handle non latin1 characters.
The fancy stuff which nowadays appears to be needed should
probably be done in derived class(es)

* app/makefile.msc app/Makefile.am : added new files

* app/paginate_psrint.c : re-enabled and used as test
for the simple ps renderer above.

* app/render_eps.[hc] : ripped out common ps code and
moved to DiaPsRenderer. The rest of the file is mostly
disabled. And I don't understand enough of it to
change port it.

* app/diaepsrenderer.h : short lived, removed.
ChangeLog
app/Makefile.am
app/diaepsrenderer.h [deleted file]
app/diapsrenderer.c [new file with mode: 0644]
app/diapsrenderer.h [new file with mode: 0644]
app/makefile.msc
app/paginate_psprint.c
app/render_eps.c
app/render_eps.h