aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/afp/fonts/CharacterSetBuilder.java
Commit message (Expand)AuthorAgeFilesLines
* Transition source to standard maven hierarchy (initial).Glenn Adams2016-03-031-771/+0
* FOP-2504: Truetype support for AFPSimon Steiner2015-08-061-0/+6
* Javadoc fixupsAndreas L. Delmelle2015-05-161-9/+8
* Enabled Checkstyle ExplicitInitializationCheck and fixed resulting warningsVincent Hennebert2014-07-151-1/+1
* Directly use FOP fonts to lay out SVG images for PDF, PS and AFP outputs.Vincent Hennebert2013-07-291-54/+41
* 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-101-10/+5
* Predominantly clean up and javadocs, very little functional change hereMehdi Houshmand2012-06-221-1/+2
* 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-111-28/+23
* Started unifying URI resolution mechanism, redesigned configuration system an...Mehdi Houshmand2012-05-311-1/+0
* Improved handling of AFP double-byte character setsMehdi Houshmand2012-05-151-11/+10
* Bug in AFP font metrics that performed integer arithmetic when it should have...Mehdi Houshmand2012-04-101-2/+2
* default all RightCurly tokens, thus adding LITERAL_IF; fix violationsGlenn Adams2012-03-021-3/+1
* Changed the error handling for AFP fonts such that errors are passed to the A...Mehdi Houshmand2011-11-211-27/+47
* Bugzilla #52177: Changed the AFP double-byte characterset builder to a single...Mehdi Houshmand2011-11-181-21/+37
* Bugzill#51530: Improved support for EBCDIC encoded double byte fonts fo AFP.Peter Hancock2011-09-051-27/+46
* Bugzilla #49733:Jeremias Maerki2010-08-141-2/+3
* Changed many variables and parameters from "int" to "char" because AFP font s...Jeremias Maerki2010-05-201-4/+12
* Bring error handling more in line with general recommendations and provide be...Jeremias Maerki2010-05-201-17/+7
* 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-211-0/+707