Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
5.5.1, 5.6.0
-
Desktop Linux
Description
Setting font.weight=Font.Thin or font.weight=Font.Light to a TextInput doesn't make a difference. Please check the attached example to reproduce it.
Current behavior: both texts are looking the same
Expected behavior: texts look different
Notes: loading TextInput with loader later doesn't help, check main.qml
Workaround:
- Loading fonts from cpp (check main.cpp )
- Using font.styleName (check main.qml) text1.font.styleName= "Thin" it is case sensitive.
Attachments
Issue Links
- is required for
-
QTBUG-74860 Umbrella task for font selection issues
- In Progress
- relates to
-
QTBUG-75641 Qml font weight and styleName not working (not rendered correctly)
- Closed