Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
6.7.2, 6.7.3
-
None
-
-
0c7a89f55 (dev), 6a2035d97 (6.8), cd6608e88 (dev), 8d83abfaf (6.8), 31cc8bc4a (tqtc/lts-6.5)
Description
There are Qt warnings which I regularly observe in users' reports on our automated tracking system, since we are processing almost all Qt warning messages via our custom message handler:
Windows:
OpenType support missing for "Segoe UI", script 10
OpenType support missing for "Arial", script 10
OpenType support missing for "Segoe UI Emoji", script 10
OpenType support missing for "Tahoma", script 10
OpenType support missing for "noto sans myanmar", script 10
OpenType support missing for "SimSun", script 15
OpenType support missing for "Arial Unicode MS", script 15
macOS:
OpenType support missing for "noto sans myanmar", script 11
OpenType support missing for ".AppleSystemUIFont", script 11
They are a bit annoying and don't seem very useful, so I suggest at least lowering their severity to QtDebugMsg and/or making them categorized.
Attachments
Issue Links
- relates to
-
QTBUG-109642 OpenType support missing message on use of substitute font
- Reported
-
QTBUG-129118 "DirectWrite: CreateFontFaceFromHDC() failed" Qt warnigns
- Closed