aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/svg/PDFTextPainter.java
Commit message (Expand)AuthorAgeFilesLines
* FOP-2188: optimize string allocation in pdf output processingGlenn Adams2013-01-161-1/+3
* Added new line at end of files and enabled corresponding rule in checkstyle-5.5Vincent Hennebert2012-03-061-1/+1
* Bugzilla #52655: Fixed rendering of special glyphs when using single-byte enc...Vincent Hennebert2012-02-151-3/+13
* Fixed regression introduced with rev 1095887:Jeremias Maerki2011-06-141-2/+6
* Removed a bunch of javadoc warnings in addition to patch 49733Simon Pepping2010-08-131-1/+1
* Javadocs: Removed all <tt> occurrences with <code> or {@link}.Jeremias Maerki2009-10-011-1/+1
* Bugzilla #47000:Jeremias Maerki2009-04-201-244/+119
* Bugfix: there was no notification if no registered internal font can be found...Jeremias Maerki2008-12-021-6/+13
* * PDFImageHandler interface split into ImageHandler and PDFImageHandler.Adrian Cumiskey2008-11-131-4/+3
* Merged revisions 687576,687657,687786,688078,688087,688139,688508,688633,6886...Adrian Cumiskey2008-08-261-1/+3
* Merged revisions 679052-679352 via svnmerge from Vincent Hennebert2008-07-251-18/+18
* Merged revisions 611142,611175,611278,611285,611766-611768,612560,612785,6128...Adrian Cumiskey2008-04-011-3/+8
* Disabled debug outputsVincent Hennebert2007-11-051-1/+1
* Completely reimplemented the PDFTextPainter. All SVG text (including flow tex...Jeremias Maerki2007-11-031-312/+256
* Bugzilla #41831:Jeremias Maerki2007-05-281-4/+4
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Creation of Font instances centralized in FontInfo and added a cache for them...Jeremias Maerki2006-02-101-11/+4
* As announced, I brought FontTriplet to more life by making it Serializable an...Jeremias Maerki2005-12-221-5/+9
* Updated from Jakarta Commons IO 1.0 to 1.1. CopyUtils.copy() becomes IOUtils....Jeremias Maerki2005-11-141-8/+0
* PR:Glen Mazza2004-04-221-4/+4
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-48/+16
* Applied Thomas DeWeese's (Batik team) patches to the transcoder code.Glen Mazza2003-09-131-1/+1
* Changes to PDFTextPainter to accomodate new Batik library.Glen Mazza2003-09-091-7/+13
* move control/Document to apps/DocumentWilliam Victor Mote2003-08-201-1/+1
* move font constants from control.Document to fonts.FontWilliam Victor Mote2003-08-141-4/+4
* move layout.FontState to fonts.FontWilliam Victor Mote2003-08-141-13/+13
* 1. create control packageWilliam Victor Mote2003-08-141-8/+8
* javadoc changes to clean up gump warnings.William Victor Mote2003-04-251-12/+12
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-111-0/+434