[mythtv-commits] Ticket #7895: Force OpenGL compatible fonts with OpenGL painter (win32)

MythTV mythtv at cvs.mythtv.org
Mon Jan 11 07:56:12 UTC 2010


#7895: Force OpenGL compatible fonts with OpenGL painter (win32)
---------------------------------------------+------------------------------
 Reporter:  Jeff Lu <jll544@…>               |       Owner:  stuartm
     Type:  patch                            |      Status:  new    
 Priority:  minor                            |   Milestone:  unknown
Component:  MythTV - User Interface Library  |     Version:  head   
 Severity:  medium                           |     Mlocked:  0      
---------------------------------------------+------------------------------
 When using the OpenGL painter on win32, text looks hideous - apparently
 due to some interaction between the painter and Qt font anti-aliasing.

 Attached patch fixes this problem by setting QFont::OpenGLCompatible when
 using the OpenGL painter.  Doing this seems to have no ill effect on
 linux, but I added an #ifdef to be safe.

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


More information about the mythtv-commits mailing list