Bug 284848

Summary: Regression: last line of fonts is not visible with Misc Console font
Product: [Applications] konsole Reporter: András Manţia <amantia>
Component: generalAssignee: Konsole Developer <konsole-devel>
Status: RESOLVED DUPLICATE    
Severity: normal CC: adaptee
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description András Manţia 2011-10-24 07:57:18 UTC
Using Misc Console as Konsole's font, the fonts seems to be shifted down and the last line is not rendered. This happens with Qt 4.8, but not with 4.7 and only when Bi-di rendering is disabled in the konsole profile.
See https://bugreports.qt.nokia.com/browse/QTBUG-22270 .

I tried to reproduce with a simple 
 const QChar LTR_OVERRIDE_CHAR( 0x202D );
	p.drawText( r, 0, LTR_OVERRIDE_CHAR + text);

in a QWidget's paint event, but could not, probably Konsole does something else as well.
If you can narrow down this to a simple test case, please update my bug report for Qt and reopen it.
Comment 1 Jekyll Wu 2011-10-24 08:22:13 UTC
This sounds similar to or related with bug 280896.
Comment 2 Jekyll Wu 2011-10-26 08:14:14 UTC

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