Bug 456992 - Krita's text tool render Hebrew text wrong
Summary: Krita's text tool render Hebrew text wrong
Status: RESOLVED LATER
Alias: None
Product: krita
Classification: Applications
Component: Tool/Text (other bugs)
Version First Reported In: 5.0.6
Platform: Microsoft Windows Microsoft Windows
: NOR normal
Target Milestone: ---
Assignee: Krita Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-07-21 18:49 UTC by Daniel
Modified: 2022-08-01 13:21 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments
a zip file with a short video, krita's log and the file that has been used during the video. (1.14 MB, application/x-zip-compressed)
2022-07-21 18:49 UTC, Daniel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel 2022-07-21 18:49:04 UTC
Created attachment 150797 [details]
a zip file with a short video, krita's log and the file that has been used during the video.

SUMMARY
After typing in Hebrew into the "edit-text" window and saving, the text-box on the canvas appear completely empty (sometimes with only bits of the first letter in the left side of the box). If I try to drag the text-box with the "Select shapes tool" to the right, the text I've inserted would be "printed" on the canvas as if it was a stamp brush.
After closing and re-opening the the file the trail caused by dragging the text-box would disappear. But the text inside the text-box wouldn't be rendered either

SOFTWARE/OS VERSIONS
Windows 10, 21H2:
Comment 1 Halla Rempt 2022-08-01 13:21:54 UTC
That's probably because we currently render text using Qt's text layout. Wolthera has rewritten the layout engine completely (https://invent.kde.org/graphics/krita/-/merge_requests/1403) and this should be better when that gets merged. We cannot fix it in the existing code.