aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fonts/LazyFont.java
Commit message (Expand)AuthorAgeFilesLines
* Performance improvements and file-size reductions by introducing letter-spaci...Jeremias Maerki2009-02-051-1/+1
* Added support for forcing single-byte encodings for TrueType fonts without cr...Jeremias Maerki2009-01-041-1/+3
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-12/+12
* Merged revisions 636407-637074,637076-637118,637120-637790,637792-637856,6378...Jeremias Maerki2008-06-091-3/+7
* Added support for font referencing for auto-detected fonts.Jeremias Maerki2008-05-081-2/+7
* Merged branchJeremias Maerki2008-04-141-0/+1
* Bugzilla #44737:Jeremias Maerki2008-04-031-1/+3
* Added support for addressing all glyphs available in a Type 1 font, not just ...Jeremias Maerki2008-03-271-13/+11
* Bugfix: Bugfix for URI resolution: Make StreamSources without system identifi...Jeremias Maerki2007-11-201-3/+7
* Another improvement for font auto-detection:Jeremias Maerki2007-11-081-2/+3
* Improved font auto-detection and handling of AWT-supplied fonts in order to a...Jeremias Maerki2007-11-081-3/+19
* More fine-grained mechanism to detect if a font has been used or not. If a fo...Jeremias Maerki2007-11-031-0/+10
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-26/+24
* Bugzilla #41831:Jeremias Maerki2007-05-281-6/+12
* Added initial support for loading fonts without a pre-created XML font metric...Jeremias Maerki2006-11-131-38/+44
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* 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