aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fonts
Commit message (Expand)AuthorAgeFilesLines
* 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
* 1. move some data structures related to used glyphs from fonts/MultiByteFont ...William Victor Mote2003-08-302-42/+16
* clean up some gump javadoc warningsWilliam Victor Mote2003-08-234-41/+41
* 1. Remove fo/FOTreeExternal and layoutmgr/LMFOTreeExternal (in favor of Visit...William Victor Mote2003-08-191-13/+13
* move font constants from control.Document to fonts.FontWilliam Victor Mote2003-08-141-11/+18
* move layout.FontState to fonts.FontWilliam Victor Mote2003-08-141-0/+206
* move fonts.Font to fonts.Typeface (in preparation for moving layout.FontState...William Victor Mote2003-08-144-7/+7
* move render.pdf.FontReader to fonts.FontReaderWilliam Victor Mote2003-08-122-1/+319
* Reestablish JDK 1.3 compatibility. Sorry!Jeremias Maerki2003-06-021-1/+1
* Fix bug in WinAnsiEncoding: trademark was shown as bullet Jeremias Maerki2003-06-021-1/+15
* Class with utility methods for fonts.Jeremias Maerki2003-06-021-0/+91
* Use Commons IO methodsJeremias Maerki2003-06-021-4/+5
* Use copy method from Commons IO Jeremias Maerki2003-05-271-3/+9
* Improve error messages Jeremias Maerki2003-05-271-10/+20
* Add instructions for setting the log levelJeremias Maerki2003-05-271-0/+2
* Fixed bug: Jeremias Maerki2003-05-081-15/+6
* javadoc changes to clean up gump warnings.William Victor Mote2003-04-252-35/+35
* javadoc changes to clean up gump warnings.William Victor Mote2003-04-241-18/+18
* Fix TrueType embedding. Width array did not reflect the subset. Was my bad.Jeremias Maerki2003-04-032-20/+31
* Reduce debug output. A constant can be modified to enable more extensive log ...Jeremias Maerki2003-03-271-4/+11
* Log problems during font loading to System.out for the moment until proper lo...Jeremias Maerki2003-03-151-0/+1
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-1129-0/+8559