Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
6.9.0
-
None
-
Windows 10 Enterprise
Build: 19045.5854
Description
Issue:
We are currently in the process of updating to Qt6.9 from Qt5.15 and have noticed that the font family "Segoe UI Semibold" (among others) is no longer available.
It works if "-platform windows:nodirectwrite" is specified.
Findings:
<EnumFontFamiliesEx> is used in both <QWindowsFontDataBase> and <QWindowsDirectWriteFontDatabase> to collect all system available fonts.
However, in <QWindowsDirectWriteFontDataBase> only raster type fonts are registered which causes "Segoe UI Semibold" to be ignored.
Questions:
Is this an actual issue or is this somehow intentional ?
Attachments
Issue Links
- duplicates
-
QTBUG-135817 [REG 6.7.2 -> Qt 6.8.2] Windows: QFontDatabase::families() does not list stylistic variants of families
-
- Closed
-