[mythtv-commits] Ticket #5801: QT Painter draws text 'chunky'

MythTV mythtv at cvs.mythtv.org
Fri Oct 10 18:05:08 UTC 2008


#5801: QT Painter draws text 'chunky'
---------------------+------------------------------------------------------
 Reporter:  stuartm  |       Owner:  ijr 
     Type:  defect   |      Status:  new 
 Priority:  major    |   Milestone:  0.22
Component:  mythtv   |     Version:  head
 Severity:  high     |     Mlocked:  0   
---------------------+------------------------------------------------------
 The QT painter is rendering text which is much larger than it should be,
 as though it's using a bold font when it shouldn't.

 It's messing up layouts as the text doesn't fit areas it should. It also
 breaks the text edit widget which positions and crops based the correct
 width from QFontMetrics and that doesn't match what is actually drawn.

 Both painters draw text using QT, the only difference is that the GL
 painter does it to an image which is then placed on screen by GL. There
 isn't any significant difference between the two that would seem to
 explain the problem.

 I'd appreciate help solving this one.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/5801>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list