Hacker News new | ask | show | jobs
by Jasper_ 2515 days ago
This is missing a text layout engine: separating a string of texts into multiple blocks with word wrap. This is handled in GTK+ through Pango and in Qt with an internal algorithm. I don't believe FreeBiDi/ICU is used in either.
1 comments

HarfBuzz for shaping, too.