Details
-
Improvement
-
Status: Closed
-
Resolution: Fixed
-
2.5
-
None
-
Operating System: All
Platform: All
-
47000
Description
This patch adds a full-featured Batik TextPainter for PostScript/EPS output, so text is no longer painted as shapes but using PostScript text operators. All SVG text variants including flow text are supported. The old, incomplete PSTextPainter is completely replaced. The old one was inactive anyway due to a bug.
As with the PDFTextPainter, the PSTextPainter relies on Batik font subsystem (which uses Java2D/AWT fonts) for font availability and tries to map those to internally configured fonts. Since PS output currently only supports Type 1 fonts, there might be difficulties matching the fonts as not all JVMs properly support and report Type 1 fonts installed in the operating systems. Furthermore, not all glyphs in the Type 1 font may be available as a result.
Some numbers to illustrate the improvement (size of EPS files generated by EPSTranscoder):
W3C SVG test suite, text-path-01-b.svg, old: 103KB, new 17KB
W3C SVG test suite, text-deco-01-b.svg, old: 123KB, new 20KB
batik/samples/extensions/flowText.svg, old: 413KB, new 24KB
Attachments
Attachments
Issue Links
- depends upon
-
FOP-1244 [PATCH] Possible bug in PSTextRenderer
- Closed