Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
6.5.5, 6.6.2, 6.7.0 RC
-
-
aafe5f589 (dev), aa819d089 (6.8)
Description
Steps to reproduce
Jun run any project that uses the Qt Virtual Keyboard on macOS using the environment variable, QT_LOGGING_RULES="qt.qpa.fonts=true;"
Outcomes
We see the following debug output:
qt.qpa.fonts: Populating font family aliases took 159 ms. Replace uses of missing font family "Sans" with one that exists to avoid this cost.
Culprit
"Sans" is hard-coded in the default style: https://github.com/qt/qtvirtualkeyboard/blob/v6.7.0-rc1/src/styles/builtin/default/style.qml#L12