Skip to content

Commit c0fb1f8

Browse files
committed
Windows: Keep using the GDI font engine for now
The new DirectWrite font engine appears to render some fonts blurry. Valid values for this "fontengine" option are: - fontengine=freetype - fontengine=gdi - fontengine=native It can also be configured on the command-line using `-platform windows:fontengine=gdi` for example, or throught an environment variable, for example `QT_QPA_PLATFORM=windows:fontengine=gdi`.
1 parent 8e81703 commit c0fb1f8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dist/win/qt.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[Paths]
22
Plugins = plugins
33
Translations = translations
4+
5+
[Platforms]
6+
WindowsArguments = fontengine=gdi

0 commit comments

Comments
 (0)