Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
5.15, 6.4, 6.5, 6.6, 6.7, 6.8, 6.9
-
None
-
-
macOS
Description
Qt Quick is unable to render bold text in MacOS when said text has a font.family assigned to it.
Code to replicate this bug (bellow) shows a grid with Text, TextEdit and TextArea components. Whenever there's both bold and font.family are specified, the bold quality stops displaying despite being a part of the formatting.
This bug affects MacOS only, and all currently maintained versions of Qt, from Qt 5 through Qt 6. This bug does not affect Qt Widgets, only Qt Quick is affected.
Example Qt Quick code: bold-font-on-mac-bug.zip