aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/util
Commit message (Collapse)AuthorAgeFilesLines
* Implemented embedding of Type 1 fonts. Jeremias Maerki2005-09-051-0/+92
| | | | | | | | | | font dict writing moved to new class PSFontUtils. PSGenerator.resolveURI() does the same as FOUserAgent.resolveURI() but thus avoids the dependency on FOUserAgent. Needed for font embedding. Treat fonts as resources now. Wrap font keying in FOP-specific comments for reliable finding. New class SubInputStream which reads a maximum number of bytes from an underlying InputStream and then behaves like it has reached EOF. Used for Type1 font embedding. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@278782 13f79535-47bb-0310-9956-ffa450edef68
* Two constants I'd like to reuse elsewhere.Jeremias Maerki2005-08-241-2/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@239924 13f79535-47bb-0310-9956-ffa450edef68
* Made Service a stand-alone class so it can be reused. Jeremias Maerki2005-07-251-0/+113
| | | | | | | | | | Made XMLHandler discoverable through the Service class. Moved XMLHandler collection into new XMLHandlerRegistry class. Adjusted the Renderers and XMLHandler to the above changes. This should make it easier to write certain FOP extensions. The changes were triggered by my work on the FOP extension for Barcode4J for the FOP Trunk. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@225143 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla patch 31162:Jeremias Maerki2004-09-111-0/+261
| | | | | | | | | | Better command-line logging without losing the possibility to fine-tune Commons Logging from outside. Submitted by: Finn Bock <bckfnn.at.apache.org> plus using the new CommandLineLogger for PFMReader and TTFReader, too. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197940 13f79535-47bb-0310-9956-ffa450edef68
* Applied Apache License Version 2.0 by following the instructions at ↵Jeremias Maerki2004-02-2710-470/+150
| | | | | | 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
* Remove unused imports to quieten Eclipse.Peter Bernard West2004-01-031-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197099 13f79535-47bb-0310-9956-ffa450edef68
* Not needed anymore. Everything we need is in Commons IO.Jeremias Maerki2003-11-071-243/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196992 13f79535-47bb-0310-9956-ffa450edef68
* Layout changed to account for fo:region-body borders and padding whenGlen Mazza2003-11-011-4/+4
| | | | | | | | | determining printable width and height for each page. Various method nitpicks also fixed. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196974 13f79535-47bb-0310-9956-ffa450edef68
* move static methods getCharWidth and getWordWidth from util.CharUtilities to ↵William Victor Mote2003-10-101-94/+0
| | | | | | instance methods in fonts.Font git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196954 13f79535-47bb-0310-9956-ffa450edef68
* port layout/FontState.getWordWidth from maintenance branchWilliam Victor Mote2003-10-071-12/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196947 13f79535-47bb-0310-9956-ffa450edef68
* move layout.FontState to fonts.FontWilliam Victor Mote2003-08-141-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196800 13f79535-47bb-0310-9956-ffa450edef68
* clean up gump javadoc warningsWilliam Victor Mote2003-07-064-55/+55
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196628 13f79535-47bb-0310-9956-ffa450edef68
* Move here from org.apache.fop.render.psJeremias Maerki2003-07-047-0/+1050
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196599 13f79535-47bb-0310-9956-ffa450edef68
* Some touch-up for styleJeremias Maerki2003-07-041-12/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196595 13f79535-47bb-0310-9956-ffa450edef68
* Special OutputStream decorator that suppresses calls to the close() method. ↵Jeremias Maerki2003-03-271-0/+81
| | | | | | This is my new approach for handling filters. Before I used the Finalizable interface (see PS renderer). But that didn't work out for the PDF library. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196148 13f79535-47bb-0310-9956-ffa450edef68
* ColorSpace descendant representing an uncalibrated CMYK color space. Used to ↵Jeremias Maerki2003-03-151-0/+109
| | | | | | fix CMYK JPEG support. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196097 13f79535-47bb-0310-9956-ffa450edef68
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-112-0/+475
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196061 13f79535-47bb-0310-9956-ffa450edef68