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

NativeText rendering is broken on Linux

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • 5.1.0
    • 5.1.0
    • GUI: Text handling
    • None
    • Ubuntu linux
    • e70f21152aa8b2459c903db0cf4ca30bde5bd178

    Description

      Text elements incorrectly painted when using NativeText renderType on linux.

      It looks like the top pixel row from the glyph cache is omitted regardless of pixelSize and it happens at half pixel coordinates.

      Simple example:

       
      import QtQuick 2.0
      
      Item{
          width: 100
          height: 100
          Text {
              y:10.5
              renderType: Text.NativeRendering
              text: "hello"
          }
      }
      

      Attachments

        For Gerrit Dashboard: QTBUG-30022
        # Subject Branch Project Status CR V

        Activity

          People

            esabraha Eskil Abrahamsen Blomfeldt
            bachewii Jens
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes