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

Mac: text is not properly drawn when using Text.NativeRendering

XMLWordPrintable

    • macOS

      Text gets cuts when Text.NativeRendering is used on a Text item on Mac.

      Test Case:

      import QtQuick 2.1
      import QtQuick.Controls 1.0
      import QtQuick.Layouts 1.0
      
      ApplicationWindow {
          title: qsTr("Hello World")
          width: 900
          height: 480
          Text {
              text: "Precipitation OslOo"; font.pixelSize: 44  ;
              y: 57
              x: 30
              renderType: Text.NativeRendering
          }
          Text {
              text: "Precipitation OslOo"; font.pixelSize: 44  ;
              y: 150
              x: 30
          }
      }
      

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

            vestbo Tor Arne Vestbø
            carochao Caroline Chao (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes