From 640425d009e1703bea30a1887a9cc840f3f4da2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorbj=C3=B8rn=20Lindeijer?= Date: Tue, 3 Dec 2024 17:18:50 +0100 Subject: [PATCH] Windows: Keep using the GDI font engine for now The DirectWrite engine renders some fonts blurry and appears to cause a long delay on startup. --- dist/win/qt.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dist/win/qt.conf b/dist/win/qt.conf index 03a495f49e..8c74cfae80 100644 --- a/dist/win/qt.conf +++ b/dist/win/qt.conf @@ -1,3 +1,6 @@ [Paths] Plugins = plugins Translations = translations + +[Platforms] +WindowsArguments = fontengine=gdi