aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/afp/fonts
Commit message (Expand)AuthorAgeFilesLines
* Another go at removing all trailing whitespaceVincent Hennebert2010-11-251-3/+3
* Metrics need to be added before the font properties to avoid NPEs on font rep...Jeremias Maerki2010-09-301-1/+1
* Removed many "// CSOK: ConstantName" instances for constants, by converting t...Jeremias Maerki2010-08-142-7/+5
* Bugzilla #49733:Jeremias Maerki2010-08-146-8/+15
* Missed a parameter change for an overridden method. (Additional change for re...Jeremias Maerki2010-05-201-1/+1
* Changed many variables and parameters from "int" to "char" because AFP font s...Jeremias Maerki2010-05-208-38/+54
* Bring error handling more in line with general recommendations and provide be...Jeremias Maerki2010-05-201-17/+7
* recent change to cache CharacterSet exposed multi threading issueChris Bowditch2010-04-211-1/+5
* cache AFP Fonts in a similar manner to LazyFont class for TrueType fonts. Thi...Chris Bowditch2010-04-141-13/+42
* Bugzilla #48567:Jeremias Maerki2010-01-216-249/+526
* Fixed problem with raster font substitution when there's no smaller font avai...Jeremias Maerki2009-08-031-3/+7
* Added support for AFP font embedding. Note: this changes the default behaviou...Jeremias Maerki2009-07-272-13/+29
* bug fix: fractional points sizes in AFP not working correctly together with f...Chris Bowditch2009-07-075-49/+156
* Correct wrongly encoded characterAndreas L. Delmelle2009-06-151-1/+1
* AFP Output: Add support for fractional font-sizes, and make sure that, for no...Andreas L. Delmelle2009-06-061-39/+55
* Added full URI resolution support for AFP fonts.Jeremias Maerki2009-03-104-93/+67
* Restored compatibility with Java VMs that don't support nio Charsets for code...Jeremias Maerki2009-03-091-10/+34
* Merge from Trunk revisions 741104 - 744926.Jeremias Maerki2009-02-161-90/+58
|\
| * Bugzilla #45342:Jeremias Maerki2009-02-091-91/+61
* | Bugfix for path handling when spaces are in the path.Jeremias Maerki2009-02-051-1/+3
* | Performance improvements and file-size reductions by introducing letter-spaci...Jeremias Maerki2009-02-051-0/+8
* | Added support for fixed-width spaces.Jeremias Maerki2009-01-135-32/+63
|/
* FopCharacterSet doesn't follow the same contract as its superclass. The metri...Jeremias Maerki2008-12-072-10/+6
* Avoid replacement notification if we're only checking the presence of a certa...Jeremias Maerki2008-12-051-4/+4
* Bugfix: Custom AFP fonts reported bad metrics.Jeremias Maerki2008-12-052-11/+11
* * Text encoding is now handled by PresentationTextData and character set enco...Temp_AFPGOCAResourcesAdrian Cumiskey2008-11-271-1/+1
* Minor cleanup.Adrian Cumiskey2008-11-211-1/+2
* Memory usage optimizations.Adrian Cumiskey2008-11-171-1/+1
* * PDFImageHandler interface split into ImageHandler and PDFImageHandler.Adrian Cumiskey2008-11-133-13/+100
* All AFP library classes without Renderer dependencies moved from org.apache.f...Adrian Cumiskey2008-10-2712-0/+2324