]> source.dussan.org Git - xmlgraphics-fop.git/commit
Don't hyphenate when wrap is set to "no-wrap".
authorJeremias Maerki <jeremias@apache.org>
Wed, 14 Dec 2005 16:57:16 +0000 (16:57 +0000)
committerJeremias Maerki <jeremias@apache.org>
Wed, 14 Dec 2005 16:57:16 +0000 (16:57 +0000)
commitd958ef6db38f3e80ebaeae60372716f09e51ae1e
treea3bc459493880dcc54d4a4ee86dc93ff8317a917
parentce832ae088ad9533b4e2ca2ba016fe1d3c954454
Don't hyphenate when wrap is set to "no-wrap".
Hack: Work around an NPE in hyphenation when preserved line feeds are found.
Documenting a bug where linefeeds are painted as "#" and content is painted multiple times when hyphenation is on and linefeed-treatment="preserve".

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@356804 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/fop/layoutmgr/inline/LineLayoutManager.java
test/layoutengine/disabled-testcases.xml
test/layoutengine/hyphenation-testcases/block_hyphenation_linefeed_preserve.xml [new file with mode: 0644]
test/layoutengine/hyphenation-testcases/block_hyphenation_no-wrap.xml [new file with mode: 0644]