diff options
author | Jeremias Maerki <jeremias@apache.org> | 2007-11-03 10:59:09 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2007-11-03 10:59:09 +0000 |
commit | b4539a24234a1a79e64dcf8e360f67b6109283b9 (patch) | |
tree | 6fc40f119ae8a4b2f8c72a6b65b2d1324c405696 /status.xml | |
parent | d3568be8f920c9c4b9170626ba05a9c348439f38 (diff) | |
download | xmlgraphics-fop-b4539a24234a1a79e64dcf8e360f67b6109283b9.tar.gz xmlgraphics-fop-b4539a24234a1a79e64dcf8e360f67b6109283b9.zip |
Completely reimplemented the PDFTextPainter. All SVG text (including flow text, but excluding special cases with filters) is now painted in PDF text primitives.
The whole thing compiles against and runs with Batik 1.6 but was developed against Batik Trunk (1.7). The TextBridge for SVG 1.2 text is omitted because we're still on Batik 1.6 and FOP wouldn't compile with it. The full feature set is only available with Batik 1.7, of course. With Batik 1.6, font selection may not work as expected.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@591587 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/status.xml b/status.xml index 8d9cedd75..56e72406d 100644 --- a/status.xml +++ b/status.xml @@ -28,6 +28,11 @@ <changes> <release version="FOP Trunk"> + <action context="Code" dev="JM" type="update"> + PDF Transcoder (SVG) text painting has been completely rewritten. + Except for some special cases (with filters for example), all text + (including flow text) is now painted using PDF text operators. + </action> <action context="Code" dev="AD" type="add" fixes-bug="42748"> Added support for ids on empty fo:inlines. </action> |