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

Dirty pixels around fake italic text in QML

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.0.0
    • 5.0.0
    • GUI: Font handling
    • None
    • Linux
    • b2561521b3f2e72fe512e19003b22b39e238a18c

    Description

      Rendering the following QML with qmlscene will show some dirty pixels around certain glyphs, as seen on the attached screenshot.

      import QtQuick 2.0
      
      Item {
          width: 320
          height: 180
      
          Text {
              width: parent.width
              anchors.centerIn: parent
              font.pixelSize: 20
              text: "<i>煁 罞耖茭 醙</i>"
          }
      }
      

      Attachments

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

        Activity

          People

            ylopes Yoann Lopes
            jiang Jiang Jiang
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes