aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/afp/fonts
Commit message (Expand)AuthorAgeFilesLines
* Transition source to standard maven hierarchy (initial).Glenn Adams2016-03-0319-3254/+0
* FOP-2504: Truetype support for AFPSimon Steiner2015-08-063-2/+18
* Javadoc fixupsAndreas L. Delmelle2015-05-168-30/+42
* Add verbose (-v) flag to FontList tool that shows URI of font resource.Glenn Adams2014-08-171-1/+6
* Enabled Checkstyle ExplicitInitializationCheck and fixed resulting warningsVincent Hennebert2014-07-154-4/+4
* Directly use FOP fonts to lay out SVG images for PDF, PS and AFP outputs.Vincent Hennebert2013-07-2910-297/+345
* bugzilla #48955: Allow AFP font codepage names to be less than 8 charsChris Bowditch2012-11-021-6/+10
* Bugzilla#53685 - AFP charactersets are cached using more unique keysMehdi Houshmand2012-08-101-4/+6
* Buzilla#53657 - AFP fonts use nominal character increment when the glyph metr...Mehdi Houshmand2012-08-104-35/+39
* Bugzilla#53600: Added an event if a glyph and its metric information does not...Mehdi Houshmand2012-07-253-6/+36
* Predominantly clean up and javadocs, very little functional change hereMehdi Houshmand2012-06-224-28/+37
* Removed URI resolving class that are no longer needed and handled data URIsMehdi Houshmand2012-06-141-12/+12
* Removed AFP resource handling mechanism in favour of a unified resource resolverMehdi Houshmand2012-06-113-34/+29
* Started unifying URI resolution mechanism, redesigned configuration system an...Mehdi Houshmand2012-05-317-34/+29
* 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