[Libreoffice-bugs] [Bug 104597] Text runs of RTL scripts (e.g. Arabic, Hebrew, Persian) from imported PDF are reversed, PDFIProcessor::mirrorString not behaving

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Fri Aug 2 14:08:29 UTC 2019


https://bugs.documentfoundation.org/show_bug.cgi?id=104597

--- Comment #22 from vvort at yandex.ru ---
TextElements are created just in one place: inside processGlyphLine function.
Also there they are placed inside new FrameElement.
Characters, which are processed inside processGlyphLine call are having the
same transformation because of checks inside drawGlyphs call.
So I think that transformation check inside optimizeTextElements call should be
removed. Alongside with notTransformed function.
But, sadly, this can still produce side effects, because lot of poorly tested
semi-dead code of pdfimport may come to life.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190802/10a31b97/attachment-0001.html>


More information about the Libreoffice-bugs mailing list