https://bugs.documentfoundation.org/show_bug.cgi?id=146080
--- Comment #1 from Telesto <[email protected]> --- Created attachment 176738 --> https://bugs.documentfoundation.org/attachment.cgi?id=176738&action=edit Bibisect log The wiggled fixed with: Bisected to author Khaled Hosny <[email protected]> 2013-05-23 09:34:27 +0200 committer Khaled Hosny <[email protected]> 2013-05-23 09:50:46 +0200 commit 736adbb4687eaa6b6a7a350a6452df2eceaad960 (patch) tree 349302bc147dd1317261093fc57f887a284d8e29 parent 62b74b6c21b0b30bbb5a2053dabff375273b0c8e (diff) Fix left to right full justification I was overloading ApplyDXArray() with a HarfBuzz specific implementation because the GenericSalLayout one was screwing right to left kerning, but it seems to have broken left to right full justifications. Since mnXOffset was introduced a bit earlier to fix a similar issue, it can now be used here as well to minimize the possible side effects. Seems to work fine for both left to right and right to left text now, but at least one of my Arabic tests is regressing, so might need some tweaking. https://cgit.freedesktop.org/libreoffice/core/commit/?id=736adbb4687eaa6b6a7a350a6452df2eceaad96 -- You are receiving this mail because: You are the assignee for the bug.
