aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fonts
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Changed some identifiers. Removed obsolete field.Joerg Pietschmann2005-10-031-21/+21
* Stupid me.Jeremias Maerki2005-09-141-3/+1
* Warn about fonts which are not available.Jeremias Maerki2005-09-141-6/+23
* Fixed javadoc errors.Joerg Pietschmann2005-09-081-3/+2
* ref to bugzilla 36180Chris Bowditch2005-08-151-1/+60
* Fix to avoid leading and trailing spaces in the values being read.Jeremias Maerki2004-10-101-18/+19
* Bugzilla patch 31162:Jeremias Maerki2004-09-112-57/+69
* JDK 1.5 compile-time compatibility (still doesn't compile under 1.5, yet)Jeremias Maerki2004-08-152-14/+14
* Implementing user configuration file.Simon Pepping2004-07-091-1/+23
* 1.) Moving renderer-specific customization variables (producer, creator, crea...Glen Mazza2004-06-232-4/+4
* Unneeded imports removed.Glen Mazza2004-04-221-3/+0
* PR:Glen Mazza2004-04-221-6/+6
* New FontInfo class (original design was from Layout.FontInfo, and was removedGlen Mazza2004-04-211-0/+232
* New function to determine whether a particular character is available for thi...Jeremias Maerki2004-04-035-16/+64
* Changed logging to use "static" loggers from Jakarta Commons Logging (via Log...Jeremias Maerki2004-04-022-126/+122
* Changed logging to use "static" loggers from Jakarta Commons Logging (via Log...Jeremias Maerki2004-04-022-119/+63
* PR:Glen Mazza2004-03-314-112/+216
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-2731-1446/+454
* Adapt to changes in Commons IO's APIs.Jeremias Maerki2004-02-064-19/+28
* 1. Moved static element and property structures from PropertyList (previously...Glen Mazza2003-12-201-2/+0
* Moved FontSetup and two helper classes from render.pdf to fonts package.Glen Mazza2003-12-123-0/+485
* move static methods getCharWidth and getWordWidth from util.CharUtilities to ...William Victor Mote2003-10-101-1/+96