aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fonts/Font.java
Commit message (Expand)AuthorAgeFilesLines
* Transition source to standard maven hierarchy (initial).Glenn Adams2016-03-031-465/+0
* FOP-2249: elide formatting controls - preliminaryGlenn Adams2014-10-141-2/+2
* FOP-2391: fix NSM reordering issue and ensure same PDF output as XSL-FO code ...Glenn Adams2014-09-201-0/+8
* FOP-2213 use kern table when no GPOS kern lookups are presentGlenn Adams2014-09-091-0/+5
* FOP-2391: preliminary (but incomplete) support for complex script text nodes ...Glenn Adams2014-08-031-4/+7
* Removed CSOFF: LineLengthCheck that have crept in existing filesVincent Hennebert2014-07-151-2/+0
* Cosmetics only: enabled Checkstyle MethodParamPad rule and fixed correspondin...Vincent Hennebert2013-05-071-10/+10
* Cosmetics only: enabled Checkstyle ParenPad rule and fixed corresponding viol...Vincent Hennebert2013-04-091-20/+20
* apply complex scripts patchGlenn Adams2012-02-261-6/+105
* Add a cast from char to int before autoboxingSimon Pepping2010-12-041-2/+2
* Replaced creation of new Integer with Java autoboxing featureVincent Hennebert2010-12-011-2/+2
* Partial application of patch 50245 by Mehdi HoushmandSimon Pepping2010-11-261-5/+6
* Application of the patch submitted by Alexander Kiel to improve variable name...Adrian Cumiskey2009-10-151-1/+4
* All AFP library classes without Renderer dependencies moved from org.apache.f...Adrian Cumiskey2008-10-271-0/+1
* Merged revisions 707627 via svnmerge from Adrian Cumiskey2008-10-241-5/+6
* Merged revisions 679052-679352 via svnmerge from Vincent Hennebert2008-07-251-2/+2
* Merged revisions 654783,654849,654869,654946,654982,655085,655093,655275,6552...Adrian Cumiskey2008-05-121-9/+9
* Merged revisions 653826 via svnmerge from Adrian Cumiskey2008-05-061-1/+10
* Merged revisions 611142,611175,611278,611285,611766-611768,612560,612785,6128...Adrian Cumiskey2008-04-011-1/+1
* 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