[Bug 335079] Text rendering broken for unicode characters
ClosedPublic

Authored by cullmann on Sep 8 2016, 11:41 AM.

Details

Summary

Try to fix the rendering by painting previous line over current with clipping, still not working nicely :(

Diff Detail

Repository
R39 KTextEditor
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
cullmann updated this revision to Diff 6541.Sep 8 2016, 11:41 AM
cullmann retitled this revision from to [Bug 335079] Text rendering broken for unicode characters.
cullmann updated this object.
cullmann edited the test plan for this revision. (Show Details)
cullmann added a reviewer: KTextEditor.
cullmann set the repository for this revision to R39 KTextEditor.
cullmann added a project: KTextEditor.
Restricted Application added a subscriber: kwrite-devel. · View Herald TranscriptSep 8 2016, 11:41 AM
cullmann updated this revision to Diff 6545.Sep 8 2016, 12:36 PM
cullmann removed R39 KTextEditor as the repository for this revision.

Improved clipping, still missing _

cullmann updated this revision to Diff 6550.Sep 8 2016, 1:24 PM

Works now, the tagLine fix is hacky, as tagLines is not fixed, but for the average use it work ;=)

cullmann updated this revision to Diff 6552.Sep 8 2016, 1:57 PM

Avoid artifacts between lines.

dhaumann accepted this revision.Sep 8 2016, 2:05 PM
dhaumann added a reviewer: dhaumann.
dhaumann added a subscriber: dhaumann.

It seems to work as expected - really nice patch, like >10 years later :-)

This revision is now accepted and ready to land.Sep 8 2016, 2:05 PM
This revision was automatically updated to reflect the committed changes.