summaryrefslogtreecommitdiffstats
path: root/src/codegen/fonts
Commit message (Expand)AuthorAgeFilesLines
* Add verbose (-v) flag to FontList tool that shows URI of font resource.Glenn Adams2014-08-171-0/+12
* Directly use FOP fonts to lay out SVG images for PDF, PS and AFP outputs.Vincent Hennebert2013-07-2915-3318/+3233
* made sure warning for missing glyphs is emitted in all casesMaximilian Berger2008-05-111-1/+3
* Added support for addressing all glyphs available in a Type 1 font, not just ...Jeremias Maerki2008-03-271-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