Quote:
Originally Posted by TnS
I guess using Servo would be an overkill.
|
That basically looks like a Rust translation of the gecko algorithms with respect to text layout. I took a quick look at components/layout/text.rs; it doesn't look like that solves the line breaking problem that baskerville's interested with Knuth-Plass wrapping, though it does handle hyphenation.