equal
deleted
inserted
replaced
39 ** |
39 ** |
40 ****************************************************************************/ |
40 ****************************************************************************/ |
41 |
41 |
42 #include "qtextureglyphcache_gl_p.h" |
42 #include "qtextureglyphcache_gl_p.h" |
43 #include "qpaintengineex_opengl2_p.h" |
43 #include "qpaintengineex_opengl2_p.h" |
|
44 |
|
45 QT_BEGIN_NAMESPACE |
44 |
46 |
45 #ifdef Q_WS_WIN |
47 #ifdef Q_WS_WIN |
46 extern Q_GUI_EXPORT bool qt_cleartype_enabled; |
48 extern Q_GUI_EXPORT bool qt_cleartype_enabled; |
47 #endif |
49 #endif |
48 |
50 |
241 return 0; |
243 return 0; |
242 #else |
244 #else |
243 return m_type == QFontEngineGlyphCache::Raster_RGBMask ? 2 : 0; |
245 return m_type == QFontEngineGlyphCache::Raster_RGBMask ? 2 : 0; |
244 #endif |
246 #endif |
245 } |
247 } |
|
248 |
|
249 QT_END_NAMESPACE |