summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGfx/TextDirection.cpp
AgeCommit message (Collapse)Author
2021-05-17Everywhere: Fix a bunch of typosLinus Groh
2021-04-29LibGfx: Add basic support for bidirectional text renderingIdan Horowitz
This adds a *very* simplified version of the UNICODE BIDIRECTIONAL ALGORITHM (https://www.unicode.org/reports/tr9/), that can render most bidirectional text but also produces awkward results in a large amount of edge cases, and as such, this should probably be replaced with a fully spec compliant implementation at some point.