Ticket #7895: 7895-opengl_font.patch
File 7895-opengl_font.patch, 516 bytes (added by , 16 years ago) |
---|
-
libs/libmythui/mythpainter_ogl.cpp
393 393 pm.fill(fillcolor.rgba()); 394 394 395 395 QPainter tmp(&pm); 396 tmp.setFont(font.face()); 396 QFont tmpfont = font.face(); 397 #ifdef USING_MINGW 398 tmpfont.setStyleStrategy(QFont::OpenGLCompatible); 399 #endif 400 tmp.setFont(tmpfont); 397 401 398 402 if (font.hasShadow()) 399 403 {