aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fonts/FontReader.java
Commit message (Expand)AuthorAgeFilesLines
* Another improvement for font auto-detection:Jeremias Maerki2007-11-081-1/+4
* Improved font auto-detection and handling of AWT-supplied fonts in order to a...Jeremias Maerki2007-11-081-9/+10
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-5/+5
* Bugzilla 40739, metrics-version attribute added to TrueType XML metrics files.Bertrand Delacretaz2006-10-121-1/+3
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Added support for fixed-width spaces and kerning.Jeremias Maerki2006-03-161-5/+4
* Added support for relative font config URLs (metrics-url and embed-url). Thes...Manuel Mall2006-01-071-6/+16
* The font loading code now reads the encoding value from the XML font metrics ...Jeremias Maerki2006-01-031-1/+5
* Updated from Jakarta Commons IO 1.0 to 1.1. CopyUtils.copy() becomes IOUtils....Jeremias Maerki2005-11-141-6/+6
* Fix to avoid leading and trailing spaces in the values being read.Jeremias Maerki2004-10-101-18/+19
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-48/+16
* move fonts.Font to fonts.Typeface (in preparation for moving layout.FontState...William Victor Mote2003-08-141-1/+1
* move render.pdf.FontReader to fonts.FontReaderWilliam Victor Mote2003-08-121-0/+318