Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
6.8
-
None
Description
When QQuickTextNodeEngine encounters QChar::ObjectReplacementCharacter for object types that are not images it goes though QTextObjectInterface to draw the object, but does so by painting into an 1x image.
We need to plumb the DPR though somehow, so that the backingstore used by QQuickTextNodeEngine for the object is at the right DPI.
Widgets does not have this issue as it draws directly into the widget backingstore, instead of to an intermediate QImage.
Attachments
Issue Links
- resulted from
-
QTBUG-126239 Investigate how we can handle NSAdaptiveImageGlyph (Genmojis, stickers)
-
- In Progress
-