]> source.dussan.org Git - xmlgraphics-fop.git/commit
Fixed leader generation to be more conformant with common expectations.
authorJoerg Pietschmann <pietsch@apache.org>
Sun, 2 Feb 2003 21:17:41 +0000 (21:17 +0000)
committerJoerg Pietschmann <pietsch@apache.org>
Sun, 2 Feb 2003 21:17:41 +0000 (21:17 +0000)
commitec033cb9aeb4662244ac7e8f98a2cfb0404ea4ce
tree1459db96cec9f79e69bebac40347eacc343d0b82
parent37e0c70c6c4c70616f64759392473e80c42abd05
Fixed leader generation to be more conformant with common expectations.
Everything assuming leaders automatically expand as much as possible
is broken now, leaders expand ONLY due to text justification.
Expanding multiple leaders on a line is simplistic.
Fixed leader-alignment="reference" to some extend. Leaders may be
still misaligned if text justification causes spaces to expand, i.e.
slack space was not taken completely by leaders.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@195925 13f79535-47bb-0310-9956-ffa450edef68
src/org/apache/fop/fo/FOText.java
src/org/apache/fop/fo/flow/Leader.java
src/org/apache/fop/layout/BlockArea.java
src/org/apache/fop/layout/LineArea.java