aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fonts/Font.java
Commit message (Expand)AuthorAgeFilesLines
* Avoid null values in generated Font classes so the encoding can be inspected.Jeremias Maerki2007-11-121-0/+8
* Improved font auto-detection and handling of AWT-supplied fonts in order to a...Jeremias Maerki2007-11-081-2/+7
* Changed my mind on handling of width calculation for zero width spaces and mo...Manuel Mall2007-07-221-0/+4
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-1/+1
* Bugzilla 42843: Warn on glyph substitution (offered by Max Berger)Andreas L. Delmelle2007-07-141-0/+7
* Bugzilla #41831:Jeremias Maerki2007-05-281-5/+15
* 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-43/+51
* As announced, I brought FontTriplet to more life by making it Serializable an...Jeremias Maerki2005-12-221-9/+11
* New function to determine whether a particular character is available for thi...Jeremias Maerki2004-04-031-2/+18
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-48/+16
* move static methods getCharWidth and getWordWidth from util.CharUtilities to ...William Victor Mote2003-10-101-1/+96
* move font constants from control.Document to fonts.FontWilliam Victor Mote2003-08-141-11/+18
* move layout.FontState to fonts.FontWilliam Victor Mote2003-08-141-0/+206
* move fonts.Font to fonts.Typeface (in preparation for moving layout.FontState...William Victor Mote2003-08-141-83/+0
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-111-0/+83