Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.12.0
-
Windows 10 Build 1809
-
-
a34077ceac6a3e436328fcfb444e20111455a885 (qt/qtbase/5.12)
Description
Windows update 1809 introduced new location for system fonts. Previously the fonts were installed in all-users location C:\Windows\Fonts, but in Windows update 1809 the fonts are installed in user specific location C:\Users\UserName\AppData\Local\Microsoft\Windows\Fonts. Now, Qt cannot find system fonts on systems with Windows update 1809.
Steps to reproduce:
- Install new font
- Query fonts with QFontDatabase::families() or use Qt's Font Sampler example.
- The newly installed font is not on the list
Attachments
Issue Links
- relates to
-
QTBUG-73361 Windows: Qt ignores text size scaling (newly introduced in in Windows 10, v1809)
- Reported