bugzilla
Thu, 08 May 2008 02:34:22 -0700
https://issues.apache.org/bugzilla/show_bug.cgi?id=43474 --- Comment #10 from Andreas L. Delmelle <[EMAIL PROTECTED]> 2008-05-08 02:33:54 PST --- Did some more testing with the last patch, and there are still some issues to sort out. Before the change, when a word would exceed the available line-width, the soft-hyphen would always be the last part of a word-fragment, preceded by other characters. After the change we get a separate word-fragment for the soft-hyphens, which is incorrect, and leads to trailing explicit soft-hyphens (last character in a block of text) not being suppressed. An interesting side-effect, is that after the change, we would have a nice feature. This will render all characters below each other (already works with the modifications in the patch): <fo:block-container inline-progression-dimension="0em"> <fo:block>This</fo:block> <fo:block space-before="1em">text</fo:block> <fo:block space-before="1em">will</fo:block> <fo:block space-before="1em">be</fo:block> <fo:block space-before="1em">wrapped</fo:block> </fo:block-container> TBC -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.