aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fonts/CustomFont.java
Commit message (Expand)AuthorAgeFilesLines
* Added support for reading the OS/2 table's usWeightClass value which supports...Jeremias Maerki2008-02-191-0/+21
* Added support for Type 1 fonts which don't use the AdobeStandardEncoding for ...Jeremias Maerki2008-02-141-6/+15
* Another improvement for font auto-detection:Jeremias Maerki2007-11-081-7/+9
* Improved font auto-detection and handling of AWT-supplied fonts in order to a...Jeremias Maerki2007-11-081-10/+31
* Some fonts have spaces in their names (ex. "Arial Unicode MS"). This change m...Jeremias Maerki2007-10-311-1/+11
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-32/+32
* Bugzilla #41831:Jeremias Maerki2007-05-281-2/+25
* Added initial support for loading fonts without a pre-created XML font metric...Jeremias Maerki2006-11-131-1/+1
* Fix bug #40569: throw IOException when embed-url was specified for an embedde...Bertrand Delacretaz2006-09-211-5/+8
* 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-14/+15
* Added support for relative font config URLs (metrics-url and embed-url). Thes...Manuel Mall2006-01-071-3/+25
* 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
* javadoc changes to clean up gump warnings.William Victor Mote2003-04-251-33/+33
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-111-0/+370