aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/ps/PSTextPainter.java
Commit message (Expand)AuthorAgeFilesLines
* Transition source to standard maven hierarchy (initial).Glenn Adams2016-03-031-468/+0
* Enabled Checkstyle ExplicitInitializationCheck and fixed resulting warningsVincent Hennebert2014-07-151-2/+2
* Directly use FOP fonts to lay out SVG images for PDF, PS and AFP outputs.Vincent Hennebert2013-07-291-229/+132
* FOP-2192: fix checkstyle and findbugs warningsGlenn Adams2013-01-181-2/+4
* JIRA#FOP-1069: Warn instead or error on invalid property values.Peter Hancock2013-01-091-4/+2
* Fix Jira FOP-2173: Invalid Postscript created with SVG and custom fontsChris Bowditch2012-12-171-12/+19
* Improved the handling of defaults for PDF config and general clean upMehdi Houshmand2012-06-261-1/+1
* Cosmetics only: organised importsVincent Hennebert2012-06-181-1/+0
* Merged changes from trunk up to revision 1306814Vincent Hennebert2012-04-051-5/+6
|\
| * Bugzilla #52655: Fixed rendering of special glyphs when using single-byte enc...Vincent Hennebert2012-02-151-5/+6
* | Added possibility to use glyphs outside WinAnsiEncoding for TrueType fonts th...Vincent Hennebert2010-08-271-0/+1
* | Added support for multi-byte fontsVincent Hennebert2010-08-271-6/+27
* | Merged changes from Trunk up to revision 989178Vincent Hennebert2010-08-251-1/+1
|\|
| * Bugzilla #49733:Jeremias Maerki2010-08-141-1/+1
* | Added support for CID-keyed TrueType fonts in PostScript outputVincent Hennebert2010-06-291-5/+5
|/
* Javadocs: Removed all <tt> occurrences with <code> or {@link}.Jeremias Maerki2009-10-011-1/+1
* Bugzilla #47000:Jeremias Maerki2009-04-201-454/+415
* * PDFImageHandler interface split into ImageHandler and PDFImageHandler.Adrian Cumiskey2008-11-131-25/+19
* All AFP library classes without Renderer dependencies moved from org.apache.f...Adrian Cumiskey2008-10-271-3/+3
* Merged revisions 679052-679352 via svnmerge from Vincent Hennebert2008-07-251-29/+29
* * Added an SVG handler and Graphics2D implementation for AFP which injects AF...Adrian Cumiskey2007-12-121-2/+1
* Bugzilla #43041:Jeremias Maerki2007-10-051-4/+9
* 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
* Adding dependency on XML Graphics Commons.Jeremias Maerki2006-04-041-14/+24
* 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-10/+0
* More apps.Document->fonts.FontInfo conversion.Glen Mazza2004-04-241-10/+10
* PR:Glen Mazza2004-04-221-5/+5
* Some improvements on the quality fallback for text (use stroking when in doub...Jeremias Maerki2004-04-031-0/+39
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-48/+16
* Remove unused imports to quieten Eclipse.Peter Bernard West2004-01-031-1/+0
* Substantial refactoring of the PS transcoder (especially the text painting, l...Jeremias Maerki2003-11-071-141/+272
* Applied Thomas DeWeese's (Batik team) patches to the transcoder code.Glen Mazza2003-09-131-1/+1
* Changes to PSTextPainter to accomodate new Batik library.Glen Mazza2003-09-091-5/+11
* 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-12/+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/+435