Bug 347474

Summary: bottom of lines with Chinese characters are not displayed correctly.
Product: [Applications] kate Reporter: Emil <emil.vanherp>
Component: encodingAssignee: KWrite Developers <kwrite-bugs-null>
Status: RESOLVED DUPLICATE    
Severity: normal CC: Arfrever.FTA, m_louis30
Priority: NOR    
Version: 5.0.0   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
URL: http://i.imgur.com/5qj638O.png
Latest Commit: Version Fixed In:

Description Emil 2015-05-09 16:18:50 UTC
See the screenshot. You can see that the letters and the characters on the first line are not displayed correctly, there's a small part of the bottom half missing.

Reproducible: Always

Steps to Reproduce:
1. write/copy some Chinese/Japanese/(...?) characters in Kate.

Actual Results:  
The bottom of all the characters on the line is not displayed.

Expected Results:  
Characters should be displayed correctly.
Comment 1 Louis Moureaux 2015-05-23 23:40:12 UTC
IĀ got the same behaviour with some invisible character pasted from an email.
Comment 2 Emil 2016-03-17 13:10:49 UTC
The problem also seems to only occur with monospaced fonts.
Comment 3 Dominik Haumann 2016-03-24 16:18:44 UTC
Known issue: since the painting is line-based fonts whose characters exceed the lower or upper bound of their own line height draw in the area of neighboring lines. When neighboring lines are drawn, these parts are lost. Mostly a problem in the fonts, but then again, would be nice, if Kate could handle it correctly.

*** This bug has been marked as a duplicate of bug 335079 ***