Skip to content
Commit 9394bced authored by Waqar Ahmed's avatar Waqar Ahmed Committed by Christoph Cullmann
Browse files

Fix RTL text with format incorrectly shaped

This fix is a work around the bug in Qt. Ideally it should be fixed there
but we can do what is possible here.

The problem is mentioned in details in the comments of this script.
Short version is that Qt's text shaping code is naive. It breaks
the text into boundaries which make no sense and this leads to bad
results.

We can also fix this for Foreground text/Underlines etc but lets
see if we get a bug for that first.

BUG: 438755
parent f71dbd26
Pipeline #361761 passed with stage
in 7 minutes and 2 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment