From a5465c201f5543ecc8b184532488559e09f132c3 Mon Sep 17 00:00:00 2001 From: Laurent Trinques Date: Mon, 15 Jun 2020 13:01:05 +0200 Subject: [PATCH] Try to fix bad font rendering under Windows plateform see : https://bugreports.qt.io/browse/QTBUG-83161 --- misc/Lancer QET.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/Lancer QET.bat b/misc/Lancer QET.bat index 4a9ddb7c7..92671f911 100644 --- a/misc/Lancer QET.bat +++ b/misc/Lancer QET.bat @@ -8,5 +8,5 @@ rem Met la collection QET en lecture seule attrib +r elements/* /S /D rem lance QElectroTech -set command=bin\qelectrotech.exe --common-elements-dir=elements/ --common-tbt-dir=titleblocks/ --lang-dir=lang/ --config-dir=conf/ -style plastique %* +set command=bin\qelectrotech.exe -platform windows:fontengine=freetype --common-elements-dir=elements/ --common-tbt-dir=titleblocks/ --lang-dir=lang/ --config-dir=conf/ -style plastique %* @start %command%