[Webkit-unassigned] [Bug 17427] Line breaking opportunities at the end of a text node are missed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 17 20:34:03 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=17427





--- Comment #11 from Ryosuke Niwa <rniwa at webkit.org>  2012-09-17 20:34:32 PST ---
> Do you know of a way to provide this context to the line-breaking algorithm without allocating a new string and copying the contents of the previous and current text nodes into it?

Use UText as suggested in comments #2-#4?

> Will Thai require more context than just the first previous text node?

It appears that line breaking in Thai requires dictionary lookups so I'd expect it to require much more than just few characters to determine the line breaking.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list