]> source.dussan.org Git - xmlgraphics-fop.git/commit
Another attempt at fixing the space removal issue. This method
authorGlen Mazza <gmazza@apache.org>
Sun, 4 Apr 2004 06:29:44 +0000 (06:29 +0000)
committerGlen Mazza <gmazza@apache.org>
Sun, 4 Apr 2004 06:29:44 +0000 (06:29 +0000)
commit5d01341611123b217c6440d8d7e5578e67feda68
treec7947d1bd9aac11ba2f326d3e9df140b85a9ce60
parenta3ae5cb800f737b9b719e5a68a9f60aff46b2ba5
Another attempt at fixing the space removal issue.  This method
combines the long-standing previous method (the one that removed spaces
between words correctly, at a cost of a leading extra space for the first
FOText instance of an fo:block) with my later patch (which would
fix the extra space issue but had problems with spaces between words).  It
appears to work well, but the fo:inline issues Simon brought up will still
need further work.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197489 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/fop/fo/FOText.java
src/java/org/apache/fop/fo/FObjMixed.java
src/java/org/apache/fop/layoutmgr/AddLMVisitor.java
src/java/org/apache/fop/layoutmgr/TextLayoutManager.java
src/java/org/apache/fop/render/rtf/RTFHandler.java