]> source.dussan.org Git - xmlgraphics-fop.git/commit
First step at bringing back the PostScript renderer. Basic text works to a
authorJeremias Maerki <jeremias@apache.org>
Mon, 27 Jan 2003 09:17:04 +0000 (09:17 +0000)
committerJeremias Maerki <jeremias@apache.org>
Mon, 27 Jan 2003 09:17:04 +0000 (09:17 +0000)
commit822751b4776a30a796faa68af8adc89c5a0a60ba
treea5ebec90fcb28d8c9fa6b9e367436c9edfa5ced5
parent17043a83ae481678da39694bc6bb80c706d3fdf9
First step at bringing back the PostScript renderer. Basic text works to a
certain degree. Well, it compiles. :-)

Started to factor out PS generation for cleaner separation of PS transcoder and PS renderer
Separation of PostScript procsets so they don't clutter the code of PSRenderer.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195894 13f79535-47bb-0310-9956-ffa450edef68
src/org/apache/fop/render/ps/DSCConstants.java [new file with mode: 0644]
src/org/apache/fop/render/ps/PSGenerator.java [new file with mode: 0644]
src/org/apache/fop/render/ps/PSGraphics2D.java
src/org/apache/fop/render/ps/PSProcSets.java [new file with mode: 0644]
src/org/apache/fop/render/ps/PSRenderer.java
src/org/apache/fop/render/ps/PSStream.java [deleted file]