aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/ps/PSFontUtils.java
Commit message (Expand)AuthorAgeFilesLines
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-15/+15
* Added support for font referencing for auto-detected fonts.Jeremias Maerki2008-05-081-2/+1
* Added support for addressing all glyphs available in a Type 1 font, not just ...Jeremias Maerki2008-03-271-14/+114
* Added support for Type 1 fonts which don't use the AdobeStandardEncoding for ...Jeremias Maerki2008-02-141-4/+8
* Avoid null values in generated Font classes so the encoding can be inspected.Jeremias Maerki2007-11-121-2/+5
* Added support for an optional two-pass production for PostScript output to mi...Jeremias Maerki2007-03-021-48/+112
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Adding dependency on XML Graphics Commons.Jeremias Maerki2006-04-041-81/+4
* Fixed ugly NPE (with no message) when a malconfigured font was processed by t...Jeremias Maerki2006-01-101-1/+10
* Added support for relative font config URLs (metrics-url and embed-url). Thes...Manuel Mall2006-01-071-5/+2
* Updated from Jakarta Commons IO 1.0 to 1.1. CopyUtils.copy() becomes IOUtils....Jeremias Maerki2005-11-141-3/+3
* Fixes a compile error. I used a method from a SVN checkout of Commons IO. Sorry.Jeremias Maerki2005-09-051-2/+2
* Implemented embedding of Type 1 fonts. Jeremias Maerki2005-09-051-0/+241