We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On some systems (Windows 7/8.1) Qt fails to initialize DirectWrite fonts database and all text is broken (see screenshots below).
Users reported of warning at QWindowsDirectWriteFontDatabase::populateFontDatabase():
Can't initialize IDWriteFactory6. Use GDI font engine instead.
The current workaround is run your app with the "-platform windows:nodirectwrite" command line or add the following to qt.conf:
[Platforms] WindowsArguments = fontengine=freetype
Looks like Qt doesn't seem to do correct fallback automatically. This should be fixed.
Issue on Windows 7:
Issue on Windows 8.1:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On some systems (Windows 7/8.1) Qt fails to initialize DirectWrite fonts database and all text is broken (see screenshots below).
Users reported of warning at QWindowsDirectWriteFontDatabase::populateFontDatabase():
The current workaround is run your app with the "-platform windows:nodirectwrite" command line or add the following to qt.conf:
Looks like Qt doesn't seem to do correct fallback automatically. This should be fixed.
Issue on Windows 7:
Issue on Windows 8.1:
The text was updated successfully, but these errors were encountered: