aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fonts
Commit message (Expand)AuthorAgeFilesLines
* 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