aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/ps/DSCConstants.java
Commit message (Collapse)AuthorAgeFilesLines
* Adding dependency on XML Graphics Commons.Jeremias Maerki2006-04-041-219/+0
| | | | | | | | | | | Switching to code in XML Graphics Commons for: - PSGraphics2D - Service discovery - Codecs Removed local classes that have been ported to Commons. xmlgraphics-commons-snapshot.jar is a Trunk snapshot built with JDK 1.4.2 from today. It should work under JDK 1.3.1. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@391332 13f79535-47bb-0310-9956-ffa450edef68
* Started to implement a resource tracking facility in the PSGenerator. It ↵Jeremias Maerki2005-08-231-4/+46
| | | | | | | | | | | tracks resources such as EPS files, procset etc. as PSResource instances. Resource-DSC comments are now generated. Procsets moved into the Prolog where they belong. Font setup is no longer a resource as it is not interchangeable between rendering runs. It's now just setup code with FOP-specific comments surrounding it. In the future, this may also make it possible to write a size-optimized PS file from which the resources are stripped while writing the file. These resources will then be installed directly on a printer or inserted into the Prolog by a post-processor. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@239419 13f79535-47bb-0310-9956-ffa450edef68
* Applied Apache License Version 2.0 by following the instructions at ↵Jeremias Maerki2004-02-271-46/+14
| | | | | | http://www.apache.org/dev/apply-license.html. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197384 13f79535-47bb-0310-9956-ffa450edef68
* Substantial refactoring of the PS transcoder (especially the text painting, ↵Jeremias Maerki2003-11-071-0/+3
| | | | | | | | | less painting using the StrokingTextPainter, therefore more speed and smaller output files) Addition of an EPS transcoder git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196990 13f79535-47bb-0310-9956-ffa450edef68
* Moved all procsets out to PSProcSets. Jeremias Maerki2003-04-171-0/+4
| | | | | | | | | | Cleaned up PSRenderer a bit Add configurable auto-rotate-landscape behaviour (default is false) Added PageHiResBoundingBox Fixed BoundingBox values git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196272 13f79535-47bb-0310-9956-ffa450edef68
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-111-0/+202
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196061 13f79535-47bb-0310-9956-ffa450edef68