Bug 284848 - Regression: last line of fonts is not visible with Misc Console font
Summary: Regression: last line of fonts is not visible with Misc Console font
Status: RESOLVED DUPLICATE of bug 280896
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-24 07:57 UTC by András Manţia
Modified: 2011-10-26 08:14 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***