Skip to content

Commit

Permalink
Windows: Keep using the GDI font engine for now
Browse files Browse the repository at this point in the history
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`.
  • Loading branch information
bjorn committed Dec 4, 2024
1 parent 8e81703 commit c0fb1f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dist/win/qt.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[Paths]
Plugins = plugins
Translations = translations

[Platforms]
WindowsArguments = fontengine=gdi

0 comments on commit c0fb1f8

Please sign in to comment.