Details
-
Bug
-
Resolution: Fixed
-
P1: Critical
-
6.3.2, 6.4.1, 6.5
-
None
-
-
0dcd640a1 (dev), 64847a393 (dev), c9d991de1 (dev), 2b65c4943 (6.4), 658ded34c (6.4), 58907dfa8 (dev)
Description
Airplane emoji completely breaks text rendering - regression since Qt 6.2.4
Sample code:
import QtQuick Window { width: 300 height: 200 visible: true Text { anchors.centerIn: parent width: 200 wrapMode: Text.WordWrap text: '✈️Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. ' } }
Qt 6.2.4:
Qt 6.3.2:
Attachments
Issue Links
- relates to
-
QTBUG-102094 Mac: Mathematical Alphanumeric Symbols are rendered bad when font.bold or any font.weight > than regular is set
- Reported
-
QTBUG-99434 Bold font substitution doesn't seem valid for specific text
- Closed
-
QTBUG-111324 Mac - Emojis like 5️⃣ are rendered wrong
- Reported
-
QTBUG-85744 Emojis don't render as colour emojis, if the default font has black and white versions
- Open
-
QTBUG-111801 Emoji font selection in Qt
- Closed