[Development] QRawFont disabled on QWS/freetype (Qt 4.8)

Konstantin Tokarev annulen at yandex.ru
Tue Oct 1 14:22:24 CEST 2013


Hi all,

It seems to me this code from qglobal.h is not correct:

#if !(defined(Q_WS_WIN) && !defined(Q_WS_WINCE)) \
    && !(defined(Q_WS_MAC) && defined(QT_MAC_USE_COCOA)) \
    && !(defined(Q_WS_X11) && !defined(QT_NO_FREETYPE)) \
    && !(defined(Q_WS_QPA))
#  define QT_NO_RAWFONT
#endif

It enables QRawFont's freetype backend only for X11, however it should also work on any other platform where freetype and fontconfig work, including QWS.

Do I miss anything?

-- 
Regards,
Konstantin



More information about the Development mailing list