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

NativeText rendering is broken on Linux

XMLWordPrintable

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

      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"
          }
      }
      

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes