aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fonts/LazyFont.java
Commit message (Expand)AuthorAgeFilesLines
* Improved accuracy of font size selection. The font size is not rounded down t...Jeremias Maerki2006-05-311-0/+8
* No stacktrace when encountering problems while building a base URL. It's not ...Jeremias Maerki2006-03-251-1/+3
* Added support for fixed-width spaces and kerning.Jeremias Maerki2006-03-161-11/+7
* New feature: "Intermediate format" (IF). The IF is basically the XML dialect ...Jeremias Maerki2006-01-171-0/+1
* Fixed ugly NPE (with no message) when a malconfigured font was processed by t...Jeremias Maerki2006-01-101-29/+50
* Added support for relative font config URLs (metrics-url and embed-url). Thes...Manuel Mall2006-01-071-7/+42
* Updated from Jakarta Commons IO 1.0 to 1.1. CopyUtils.copy() becomes IOUtils....Jeremias Maerki2005-11-141-10/+8
* New function to determine whether a particular character is available for thi...Jeremias Maerki2004-04-031-1/+9
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-48/+16
* clean up some gump javadoc warningsWilliam Victor Mote2003-08-231-12/+12
* move fonts.Font to fonts.Typeface (in preparation for moving layout.FontState...William Victor Mote2003-08-141-3/+3
* move render.pdf.FontReader to fonts.FontReaderWilliam Victor Mote2003-08-121-1/+1
* Log problems during font loading to System.out for the moment until proper lo...Jeremias Maerki2003-03-151-0/+1
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-111-0/+287