aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/afp/fonts
Commit message (Expand)AuthorAgeFilesLines
* Mistake in last commit: didn't add a classMehdi Houshmand2012-05-151-0/+31
* Improved handling of AFP double-byte character setsMehdi Houshmand2012-05-154-29/+34
* Changed the way AFP PTOCA TransparentData control sequences are written so th...Mehdi Houshmand2012-05-111-31/+20
* Bug in AFP font metrics that performed integer arithmetic when it should have...Mehdi Houshmand2012-04-103-14/+15
* Added new line at end of files and enabled corresponding rule in checkstyle-5.5Vincent Hennebert2012-03-064-4/+4
* Removed trailing whitespace and enabled corresponding RegexpSingleline Checks...Vincent Hennebert2012-03-051-1/+1
* enable ImportOrder rule; fix violationsGlenn Adams2012-03-031-0/+1
* default all RightCurly tokens, thus adding LITERAL_IF; fix violationsGlenn Adams2012-03-021-3/+1
* Amended checkstyle errors and return carriagesMehdi Houshmand2012-01-301-0/+3
* Bugzilla #52416:Chris Bowditch2012-01-191-12/+14
* Bugzilla #51209:Chris Bowditch2012-01-181-0/+12
* Changed the error handling for AFP fonts such that errors are passed to the A...Mehdi Houshmand2011-11-215-85/+83
* Bugzilla #52177: Changed the AFP double-byte characterset builder to a single...Mehdi Houshmand2011-11-181-21/+37
* Bugzilla#52089: Allow JPEG images to be embedded in an AFP document asPeter Hancock2011-11-011-3/+5
* Various small fixesSimon Pepping2011-09-291-13/+27
* Proper fix for Bugzilla #51789: no non-ascii characters permittedVincent Hennebert2011-09-122-2/+2
* Bugzilla #51789: removed non-ascii characters in source filesVincent Hennebert2011-09-122-3/+3
* Bugzill#51530: Improved support for EBCDIC encoded double byte fonts fo AFP.Peter Hancock2011-09-054-78/+261
* Bugzilla#51205: Corrected typographical errors in AFPBase12FontCollection.Peter Hancock2011-09-051-4/+4
* 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