summaryrefslogtreecommitdiffstats
path: root/testfiles/rendering_tests/expected_rendering/test-rtl-vertical.png (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix vertical RTL text with upright orientationKhaled Hosny2017-08-191-0/+0
| | | | | | | | When orientation is upright we don’t want Pango to use the natural gravity of the text (that would be the mixed orientation). This also changes the positioning of combining marks in such case. It is still wrong, however, but it matches Pango output now.
* Fix RTL glyph widths in vertical orientationKhaled Hosny2017-08-191-0/+0
The vertical branch seems to be broken, removing it makes RTL text in vertical orientation work again.