| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Throw exception if font does not provide a loca table (happens when attemptin... | Bertrand Delacretaz | 2006-10-10 | 1 | -2/+6 |
* | Throw exception if glyf table is not found (currently happens with some OTF f... | Bertrand Delacretaz | 2006-10-10 | 1 | -0/+1 |
* | Fix bug #40569: throw IOException when embed-url was specified for an embedde... | Bertrand Delacretaz | 2006-09-21 | 1 | -5/+8 |
* | Tweak: look for default font-style/weight before trying default font-family | Andreas L. Delmelle | 2006-08-31 | 1 | -3/+10 |
* | Make FontInfo look for the same font-family and weight first, but with defaul... | Andreas L. Delmelle | 2006-08-29 | 1 | -7/+21 |
* | Reestablish custom font configuration for PDFTranscoder. | Jeremias Maerki | 2006-08-02 | 1 | -0/+20 |
* | Changed license headers and updated NOTICE file according to: http://www.apac... | Jeremias Maerki | 2006-07-28 | 35 | -175/+210 |
* | Added detection code for AFM and PFB files. Sadly, for PFM there does not see... | Jeremias Maerki | 2006-06-01 | 1 | -7/+28 |
* | Improved accuracy of font size selection. The font size is not rounded down t... | Jeremias Maerki | 2006-05-31 | 3 | -1/+22 |
* | Improved baseline detection in TTFReader for TrueType fonts. Ascender and des... | Jeremias Maerki | 2006-05-16 | 1 | -47/+149 |
* | Fixed a typo. Thanks, Matthew East. | Jeremias Maerki | 2006-04-24 | 1 | -1/+1 |
* | Bugfix: Fixed a division by zero problem in TTFReader popping up with arialun... | Jeremias Maerki | 2006-04-12 | 1 | -15/+47 |
* | No stacktrace when encountering problems while building a base URL. It's not ... | Jeremias Maerki | 2006-03-25 | 1 | -1/+3 |
* | Bugzilla #39030:
| Jeremias Maerki | 2006-03-20 | 3 | -48/+48 |
* | Added support for fixed-width spaces and kerning. | Jeremias Maerki | 2006-03-16 | 6 | -93/+151 |
* | Bugfix: Fixed a problem with certain TrueType fonts which are missing the "PC... | Jeremias Maerki | 2006-03-01 | 1 | -1/+5 |
* | Creation of Font instances centralized in FontInfo and added a cache for them... | Jeremias Maerki | 2006-02-10 | 2 | -2/+29 |
* | Bugzilla #37506:
| Jeremias Maerki | 2006-01-25 | 3 | -161/+121 |
* | New feature: "Intermediate format" (IF). The IF is basically the XML dialect ... | Jeremias Maerki | 2006-01-17 | 1 | -0/+1 |
* | Fixed ugly NPE (with no message) when a malconfigured font was processed by t... | Jeremias Maerki | 2006-01-10 | 1 | -29/+50 |
* | Added support for relative font config URLs (metrics-url and embed-url). Thes... | Manuel Mall | 2006-01-07 | 4 | -21/+92 |
* | The font loading code now reads the encoding value from the XML font metrics ... | Jeremias Maerki | 2006-01-03 | 2 | -10/+31 |
* | As announced, I brought FontTriplet to more life by making it Serializable an... | Jeremias Maerki | 2005-12-22 | 4 | -90/+157 |
* | One less lookup. | Jeremias Maerki | 2005-12-19 | 1 | -2/+3 |
* | font-family list still not fully supported but a comma-separated list is now ... | Jeremias Maerki | 2005-12-02 | 1 | -2/+46 |
* | Updated from Jakarta Commons IO 1.0 to 1.1. CopyUtils.copy() becomes IOUtils.... | Jeremias Maerki | 2005-11-14 | 5 | -20/+17 |
* | Bugzilla #37432:
| Jeremias Maerki | 2005-11-10 | 2 | -9/+31 |
* | Package documentation. | Jeremias Maerki | 2005-10-27 | 1 | -0/+22 |