aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fonts
Commit message (Expand)AuthorAgeFilesLines
...
* Discover the .otf font extension (OpenType fonts), too.Jeremias Maerki2007-05-281-5/+4
* Bugzilla #41831:Jeremias Maerki2007-05-2823-319/+1372
* Checkstyle only.Jeremias Maerki2007-05-251-7/+9
* PFMFile is now also used inside FOP's normal operations, so don't log too muc...Jeremias Maerki2007-05-211-2/+2
* renderer may be null when called from the PDFTranscoder.Jeremias Maerki2007-03-021-3/+5
* Stricter user config file validation.Vincent Hennebert2007-02-141-29/+114
* Bugzilla #25997,#25999: Jeremias Maerki2007-02-033-18/+72
* Fix for PDF corruption when a TrueType font with spaces in its name is embedd...Jeremias Maerki2007-01-261-2/+25
* Bugfix: Seeking to the end of the file is legal, only reading from this posit...Jeremias Maerki2007-01-161-1/+1
* Avoid reading beyond the end of the file. This fixes bug 41117.Simon Pepping2006-12-211-2/+2
* Tweaking performance a bit.Jeremias Maerki2006-11-131-3/+4
* Bugzilla #40387: Jeremias Maerki2006-11-131-4/+5
* Added initial support for loading fonts without a pre-created XML font metric...Jeremias Maerki2006-11-137-63/+384
* Improve compatibility with Apache Harmony: Jeremias Maerki2006-11-121-1/+1
* Better debug info.Jeremias Maerki2006-10-271-1/+1
* Do not stop building the metrics file if the unicode index is not found for a...Bertrand Delacretaz2006-10-131-12/+15
* Bugzilla 40739, metrics-version attribute added to TrueType XML metrics files.Bertrand Delacretaz2006-10-122-1/+45
* Bugzilla 40724, kerning works now for custom CID fonts.Bertrand Delacretaz2006-10-121-45/+85
* Just an attempt to clarify what "bf" means.Jeremias Maerki2006-10-111-1/+1
* code style Jeremias Maerki2006-10-112-5/+9
* in debug mode, log the font tables namesBertrand Delacretaz2006-10-101-0/+1
* Applied patch from bugzilla 5335, comment 10.Bertrand Delacretaz2006-10-103-4/+39
* Throw exception if font does not provide a loca table (happens when attemptin...Bertrand Delacretaz2006-10-101-2/+6
* Throw exception if glyf table is not found (currently happens with some OTF f...Bertrand Delacretaz2006-10-101-0/+1
* Fix bug #40569: throw IOException when embed-url was specified for an embedde...Bertrand Delacretaz2006-09-211-5/+8
* Tweak: look for default font-style/weight before trying default font-familyAndreas L. Delmelle2006-08-311-3/+10
* Make FontInfo look for the same font-family and weight first, but with defaul...Andreas L. Delmelle2006-08-291-7/+21
* Reestablish custom font configuration for PDFTranscoder.Jeremias Maerki2006-08-021-0/+20
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-2835-175/+210
* Added detection code for AFM and PFB files. Sadly, for PFM there does not see...Jeremias Maerki2006-06-011-7/+28
* Improved accuracy of font size selection. The font size is not rounded down t...Jeremias Maerki2006-05-313-1/+22
* Improved baseline detection in TTFReader for TrueType fonts. Ascender and des...Jeremias Maerki2006-05-161-47/+149
* Fixed a typo. Thanks, Matthew East.Jeremias Maerki2006-04-241-1/+1
* Bugfix: Fixed a division by zero problem in TTFReader popping up with arialun...Jeremias Maerki2006-04-121-15/+47
* No stacktrace when encountering problems while building a base URL. It's not ...Jeremias Maerki2006-03-251-1/+3
* Bugzilla #39030: Jeremias Maerki2006-03-203-48/+48
* Added support for fixed-width spaces and kerning.Jeremias Maerki2006-03-166-93/+151
* Bugfix: Fixed a problem with certain TrueType fonts which are missing the "PC...Jeremias Maerki2006-03-011-1/+5
* Creation of Font instances centralized in FontInfo and added a cache for them...Jeremias Maerki2006-02-102-2/+29
* Bugzilla #37506: Jeremias Maerki2006-01-253-161/+121
* New feature: "Intermediate format" (IF). The IF is basically the XML dialect ...Jeremias Maerki2006-01-171-0/+1
* Fixed ugly NPE (with no message) when a malconfigured font was processed by t...Jeremias Maerki2006-01-101-29/+50
* Added support for relative font config URLs (metrics-url and embed-url). Thes...Manuel Mall2006-01-074-21/+92
* The font loading code now reads the encoding value from the XML font metrics ...Jeremias Maerki2006-01-032-10/+31
* As announced, I brought FontTriplet to more life by making it Serializable an...Jeremias Maerki2005-12-224-90/+157
* One less lookup.Jeremias Maerki2005-12-191-2/+3
* font-family list still not fully supported but a comma-separated list is now ...Jeremias Maerki2005-12-021-2/+46
* Updated from Jakarta Commons IO 1.0 to 1.1. CopyUtils.copy() becomes IOUtils....Jeremias Maerki2005-11-145-20/+17
* Bugzilla #37432: Jeremias Maerki2005-11-102-9/+31
* Package documentation.Jeremias Maerki2005-10-271-0/+22