aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fonts/FontSetup.java
Commit message (Expand)AuthorAgeFilesLines
* Started unifying URI resolution mechanism, redesigned configuration system an...Mehdi Houshmand2012-05-311-42/+6
* apply complex scripts patchGlenn Adams2012-02-261-16/+36
* Partial application of patch 50245 by Mehdi HoushmandSimon Pepping2010-11-261-7/+6
* Removed many "// CSOK: ConstantName" instances for constants, by converting t...Jeremias Maerki2010-08-141-8/+0
* Bugzilla #49733:Jeremias Maerki2010-08-141-2/+6
* AFPFontReader a lot more robust now with less copy/pasted code but still far ...Adrian Cumiskey2008-10-241-3/+2
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-2/+2
* Checkstyle and minor typo fixesVincent Hennebert2008-05-091-4/+4
* Added support for font referencing for auto-detected fonts.Jeremias Maerki2008-05-081-8/+1
* * Added font substitution configuration reader, model, business logic, junit ...Adrian Cumiskey2008-05-061-114/+111
* Improved font auto-detection and handling of AWT-supplied fonts in order to a...Jeremias Maerki2007-11-081-21/+15
* Mapping "SansSerif" and "Monospaced" (widely used in SVG land) to our Base 14...Jeremias Maerki2007-11-031-0/+12
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-1/+1
* Bugzilla #41831:Jeremias Maerki2007-05-281-201/+64
* renderer may be null when called from the PDFTranscoder.Jeremias Maerki2007-03-021-3/+5
* Stricter user config file validation.Vincent Hennebert2007-02-141-29/+114
* Added initial support for loading fonts without a pre-created XML font metric...Jeremias Maerki2006-11-131-22/+20
* Reestablish custom font configuration for PDFTranscoder.Jeremias Maerki2006-08-021-0/+20
* 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-20/+36
* Creation of Font instances centralized in FontInfo and added a cache for them...Jeremias Maerki2006-02-101-1/+1
* Added support for relative font config URLs (metrics-url and embed-url). Thes...Manuel Mall2006-01-071-5/+9
* As announced, I brought FontTriplet to more life by making it Serializable an...Jeremias Maerki2005-12-221-10/+7
* Updated from Jakarta Commons IO 1.0 to 1.1. CopyUtils.copy() becomes IOUtils....Jeremias Maerki2005-11-141-1/+3
* Fixed javadoc errors.Joerg Pietschmann2005-09-081-3/+2
* Implementing user configuration file.Simon Pepping2004-07-091-1/+23
* Unneeded imports removed.Glen Mazza2004-04-221-3/+0
* PR:Glen Mazza2004-04-221-6/+6
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-48/+16
* 1. Moved static element and property structures from PropertyList (previously...Glen Mazza2003-12-201-2/+0
* Moved FontSetup and two helper classes from render.pdf to fonts package.Glen Mazza2003-12-121-0/+270