From a941e0c0a63697419c224c71ae8eaa808cecaaf9 Mon Sep 17 00:00:00 2001 From: Miikka Heikkinen Date: Fri, 20 Apr 2012 11:57:17 +0300 Subject: Windows: Remove fontengine autodetection logic Always default to native font engine as native fonts now work in QML applications, too. Change-Id: Iafa5f6d25a9a3b22f49763f287e4e358216cfc2d Reviewed-by: Friedemann Kleint --- src/plugins/platforms/windows/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/plugins/platforms/windows/main.cpp') diff --git a/src/plugins/platforms/windows/main.cpp b/src/plugins/platforms/windows/main.cpp index 6d7c89e086..9f6ce99836 100644 --- a/src/plugins/platforms/windows/main.cpp +++ b/src/plugins/platforms/windows/main.cpp @@ -59,8 +59,8 @@ QT_BEGIN_NAMESPACE of QGuiApplication: \list - \li \c fontengine=native Indicates that the freetype font - engine should not be used. + \li \c fontengine=native Indicates that native font engine should be used (default) + \li \c fontengine=freetype Indicates that freetype font engine should be used \li \c gl=gdi Indicates that ARB Open GL functionality should not be used \endlist -- cgit v1.2.3