Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-127913

QQuickTextNodeEngine renders QChar::ObjectReplacementCharacter at low-DPI

XMLWordPrintable

    • All
    • 9a5e2a72a (dev), d71804e92 (6.9)

      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.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            esabraha Eskil Abrahamsen Blomfeldt
            vestbo Tor Arne Vestbø
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes