aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fonts
Commit message (Expand)AuthorAgeFilesLines
* apply complex scripts patchGlenn Adams2012-02-2624-139/+987
* Amended checkstyle errors and return carriagesMehdi Houshmand2012-01-301-1/+1
* Amended error message to describe licensing restriction flag in fontMehdi Houshmand2012-01-241-1/+2
* Corrected typo in error messageMehdi Houshmand2012-01-241-1/+1
* Bugzilla#52499: non embeddable TTF fonts -- throw exception if trying to embedMehdi Houshmand2012-01-231-2/+7
* Bugzilla #52197: Improved support for AdobeStandardEncoding encoded AFM files...Mehdi Houshmand2011-11-214-134/+611
* Bugzilla #51592: TTFFontLoader ignores the useKerning attribute used with fontsChris Bowditch2011-11-171-1/+1
* Bugzilla 52136: Added to build file JUnit target that uses a regex to run all...Vincent Hennebert2011-11-077-8/+48
* Various small fixesSimon Pepping2011-09-291-2/+2
* PDFFactory responsible for asdigning name to a subset font.Peter Hancock2011-09-264-36/+27
* Bugzilla #51596: A composite glyph can be remapped more than once in a TTF su...Vincent Hennebert2011-08-083-188/+246
* Attempt at making the remapComposite "more readable".Jeremias Maerki2011-07-271-13/+18
* Fixed a bug in TTF subsetting where a composite glyph could get remapped more...Jeremias Maerki2011-07-261-38/+49
* Fixed some FindBugs issues.Jeremias Maerki2011-07-023-19/+18
* Bugfix: AFMFile sometimes indirectly caused wrong assignments of char widths ...Jeremias Maerki2011-07-021-36/+64
* Removed fallback mechanism in AbstractCodePointMapping. This is superfluous n...Jeremias Maerki2011-07-021-40/+2
* More happiness for FindBugs.Jeremias Maerki2011-05-051-11/+11
* Bugzilla #51144:Jeremias Maerki2011-05-052-11/+3
* Make FindBugs happier.Jeremias Maerki2011-04-221-2/+2
* toString() method for BFEntry.Jeremias Maerki2011-03-181-0/+10
* Bugzilla #50699:Jeremias Maerki2011-02-021-5/+63
* Relative URIs in the configuration file are evaluated relative to the base UR...Simon Pepping2011-01-141-1/+18
* 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
* Second part of patch 50245 by Mehdi HoushmandSimon Pepping2010-11-2610-86/+115
* Partial application of patch 50245 by Mehdi HoushmandSimon Pepping2010-11-2626-248/+239
* Another go at removing all trailing whitespaceVincent Hennebert2010-11-256-29/+29
* Reverting renaming of public methods of rev. 1036179Simon Pepping2010-11-193-9/+9
* findbugs-reported bug squashing; 959 bugs left (findbugs 1.3.9)Simon Pepping2010-11-178-14/+14
* Applied patch 50240 by Mehdi Houshmand with changes: Java source andSimon Pepping2010-11-112-25/+12
* Fixed javadoc, checkstyle and ant warningsSimon Pepping2010-08-181-1/+1
* -delete-cache command line argument replaced with -flush. Seems like a more ...Adrian Cumiskey2010-08-171-1/+0
* FIX: The cache-file setting should still be set even if use-cache setting is ...Adrian Cumiskey2010-08-151-5/+9
* Reinstated support for being able to specify a font cache filepath in the fop...Adrian Cumiskey2010-08-154-103/+218
* Removed many "// CSOK: ConstantName" instances for constants, by converting t...Jeremias Maerki2010-08-141-8/+0
* Bugzilla #49733:Jeremias Maerki2010-08-1411-15/+47
* Removed a bunch of javadoc warnings in addition to patch 49733Simon Pepping2010-08-131-2/+2
* Don't fail on AFM just because it has a Start/EndTrackKern section. Log a war...Jeremias Maerki2010-05-171-3/+11
* Added getEventKey method to Event so that it's no longer necessary to store t...Vincent Hennebert2010-04-091-3/+3
* Now that the creation of event-model.xml has been standardised, the EventMode...Vincent Hennebert2010-04-091-12/+0
* Split catch-all EventFormatter.xml message file into individual files for eac...Vincent Hennebert2010-04-093-29/+120
* Bugzilla #48512:Jeremias Maerki2010-02-162-9/+77
* Bugzilla #48512:Jeremias Maerki2010-02-101-1/+1
* Related to Bugzilla #47232:Jeremias Maerki2010-02-061-1/+1
* Added support for TrueType fonts with symbol character maps (like "Wingdings"...Jeremias Maerki2009-12-161-30/+95
* Bugfix for font selection fallbacks:Jeremias Maerki2009-12-161-21/+4
* Bugzilla #47711:Jeremias Maerki2009-10-221-2/+2
* Application of the patch submitted by Alexander Kiel to improve variable name...Adrian Cumiskey2009-10-151-1/+4
* Added support for specifying referenced fonts per renderer in addition to the...Jeremias Maerki2009-10-023-12/+40
* Some javadoc fixes: @code -> @linkJeremias Maerki2009-10-011-1/+1