bugzilla
Sun, 04 May 2008 06:54:24 -0700
https://issues.apache.org/bugzilla/show_bug.cgi?id=43474 Andreas L. Delmelle <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #21910|0 |1 is obsolete| | --- Comment #8 from Andreas L. Delmelle <[EMAIL PROTECTED]> 2008-05-04 06:50:26 PST --- Created an attachment (id=21917) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=21917) More extensive patch The updated patch takes a different approach: first let the default text-breaking loop do its work, check if the gathered word-fragment exceeds the available IPD, and if wrapping should be forced, process each character as a separate word-fragment to let the LineLayoutManager sort it out. This effectively limits the effects only to those 'words' that would not fit in the line as a whole. For those words that do fit in the line, only one box is generated as before. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.