aboutsummaryrefslogtreecommitdiffstats
path: root/src/codegen/fonts
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 654783,654849,654869,654946,654982,655085,655093,655275,6552...Adrian Cumiskey2008-05-121-1/+3
* Merged revisions 611142,611175,611278,611285,611766-611768,612560,612785,6128...Adrian Cumiskey2008-04-011-3/+3
* Extracted most of the code in CodePointMapping (generated by XSLT) into a bas...Jeremias Maerki2008-02-161-90/+80
* Fix problem with alternate Unicode code point overriding existing better ones...Jeremias Maerki2008-02-141-8/+11
* Added support for Type 1 fonts which don't use the AdobeStandardEncoding for ...Jeremias Maerki2008-02-142-13/+49
* Added missing width for Euro glyph.Jeremias Maerki2008-02-081-0/+1
* Avoid null values in generated Font classes so the encoding can be inspected.Jeremias Maerki2007-11-121-2/+1
* Another improvement for font auto-detection:Jeremias Maerki2007-11-081-3/+6
* Improved font auto-detection and handling of AWT-supplied fonts in order to a...Jeremias Maerki2007-11-0815-0/+42
* More fine-grained mechanism to detect if a font has been used or not. If a fo...Jeremias Maerki2007-11-031-1/+2
* Applied [PATCH] 43143 - ExpertEncoding and ExpertSubsetEncoding not detected ...Adrian Cumiskey2007-10-262-21/+47
* Added (limited) support for Unicode UAX#14 compliant line breaking. Thanks to...Manuel Mall2006-12-2221-0/+10845