| Commit message (Expand) | Author | Age | Files | Lines |
* | Corrected javadoc | Adrian Cumiskey | 2007-12-05 | 1 | -1/+1 |
* | Bugfix: Bugfix for URI resolution: Make StreamSources without system identifi... | Jeremias Maerki | 2007-11-20 | 1 | -3/+7 |
* | This should improve the ability of the FontLoader when resolving PFM files | Adrian Cumiskey | 2007-11-16 | 1 | -1/+4 |
* | Bugzilla #43143:
| Jeremias Maerki | 2007-11-15 | 1 | -5/+8 |
* | Filter single quotes from the filenames as this will interfere with font-fami... | Jeremias Maerki | 2007-11-13 | 1 | -4/+19 |
* | Better error messages in fontLookup(). | Jeremias Maerki | 2007-11-13 | 1 | -8/+25 |
* | Some TTF fonts don't have a PostScript name, so just emulate it in this case ... | Jeremias Maerki | 2007-11-13 | 1 | -1/+6 |
* | Improved PFM loading:
| Jeremias Maerki | 2007-11-13 | 2 | -10/+28 |
* | Avoid null values in generated Font classes so the encoding can be inspected. | Jeremias Maerki | 2007-11-12 | 2 | -2/+10 |
* | Another improvement for font auto-detection: | Jeremias Maerki | 2007-11-08 | 10 | -60/+76 |
* | Improved font auto-detection and handling of AWT-supplied fonts in order to a... | Jeremias Maerki | 2007-11-08 | 18 | -158/+337 |
* | Make Vincent happy. | Jeremias Maerki | 2007-11-05 | 1 | -0/+4 |
* | More fine-grained mechanism to detect if a font has been used or not. If a fo... | Jeremias Maerki | 2007-11-03 | 4 | -3/+31 |
* | Method for dumping all font triplets to System.out for diagnostic purposes. | Jeremias Maerki | 2007-11-03 | 1 | -0/+18 |
* | Mapping "SansSerif" and "Monospaced" (widely used in SVG land) to our Base 14... | Jeremias Maerki | 2007-11-03 | 1 | -0/+12 |
* | Some fonts have spaces in their names (ex. "Arial Unicode MS"). This change m... | Jeremias Maerki | 2007-10-31 | 2 | -9/+23 |
* | Url is actually a Uri | Adrian Cumiskey | 2007-10-31 | 1 | -3/+3 |
* | Simple renaming of method following patch that was recently applied | Adrian Cumiskey | 2007-10-30 | 1 | -2/+2 |
* | Bugzilla #42982: | Adrian Cumiskey | 2007-10-27 | 4 | -208/+232 |
* | Applied [PATCH] 43143 - ExpertEncoding and ExpertSubsetEncoding not detected ... | Adrian Cumiskey | 2007-10-26 | 3 | -4/+11 |
* | Bugzilla #43542:
| Jeremias Maerki | 2007-10-04 | 1 | -7/+10 |
* | PropertyCache phase 2: | Andreas L. Delmelle | 2007-09-21 | 1 | -13/+24 |
* | Bugzilla #43089 | Chris Bowditch | 2007-08-17 | 1 | -2/+2 |
* | Changed my mind on handling of width calculation for zero width spaces and mo... | Manuel Mall | 2007-07-22 | 1 | -0/+4 |
* | * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal... | Andreas L. Delmelle | 2007-07-18 | 20 | -104/+102 |
* | Undo changes of r556112 | Andreas L. Delmelle | 2007-07-17 | 1 | -8/+6 |
* | Bugzilla 42843: Warn on glyph substitution (offered by Max Berger) | Andreas L. Delmelle | 2007-07-14 | 2 | -0/+15 |
* | Addition of a general-purpose int-to-int map to replace Integer-to-Integer Ha... | Andreas L. Delmelle | 2007-07-13 | 1 | -6/+7 |
* | Discover the .otf font extension (OpenType fonts), too. | Jeremias Maerki | 2007-05-28 | 1 | -5/+4 |
* | Bugzilla #41831: | Jeremias Maerki | 2007-05-28 | 23 | -319/+1372 |
* | Checkstyle only. | Jeremias Maerki | 2007-05-25 | 1 | -7/+9 |
* | PFMFile is now also used inside FOP's normal operations, so don't log too muc... | Jeremias Maerki | 2007-05-21 | 1 | -2/+2 |
* | renderer may be null when called from the PDFTranscoder. | Jeremias Maerki | 2007-03-02 | 1 | -3/+5 |
* | Stricter user config file validation. | Vincent Hennebert | 2007-02-14 | 1 | -29/+114 |
* | Bugzilla #25997,#25999:
| Jeremias Maerki | 2007-02-03 | 3 | -18/+72 |
* | Fix for PDF corruption when a TrueType font with spaces in its name is embedd... | Jeremias Maerki | 2007-01-26 | 1 | -2/+25 |
* | Bugfix: Seeking to the end of the file is legal, only reading from this posit... | Jeremias Maerki | 2007-01-16 | 1 | -1/+1 |
* | Avoid reading beyond the end of the file. This fixes bug 41117. | Simon Pepping | 2006-12-21 | 1 | -2/+2 |
* | Tweaking performance a bit. | Jeremias Maerki | 2006-11-13 | 1 | -3/+4 |
* | Bugzilla #40387:
| Jeremias Maerki | 2006-11-13 | 1 | -4/+5 |
* | Added initial support for loading fonts without a pre-created XML font metric... | Jeremias Maerki | 2006-11-13 | 7 | -63/+384 |
* | Improve compatibility with Apache Harmony:
| Jeremias Maerki | 2006-11-12 | 1 | -1/+1 |
* | Better debug info. | Jeremias Maerki | 2006-10-27 | 1 | -1/+1 |
* | Do not stop building the metrics file if the unicode index is not found for a... | Bertrand Delacretaz | 2006-10-13 | 1 | -12/+15 |
* | Bugzilla 40739, metrics-version attribute added to TrueType XML metrics files. | Bertrand Delacretaz | 2006-10-12 | 2 | -1/+45 |
* | Bugzilla 40724, kerning works now for custom CID fonts. | Bertrand Delacretaz | 2006-10-12 | 1 | -45/+85 |
* | Just an attempt to clarify what "bf" means. | Jeremias Maerki | 2006-10-11 | 1 | -1/+1 |
* | code style
| Jeremias Maerki | 2006-10-11 | 2 | -5/+9 |
* | in debug mode, log the font tables names | Bertrand Delacretaz | 2006-10-10 | 1 | -0/+1 |
* | Applied patch from bugzilla 5335, comment 10. | Bertrand Delacretaz | 2006-10-10 | 3 | -4/+39 |