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

Very pixelated edges of text in PathText

XMLWordPrintable

    • macOS

      When using PathText, the text is drawn in VERY pixelated shapes. See the screenshot. 

       

      import QtQuick
      import QtQuick.ShapesWindow {
          width: 1024
          height: 320
          visible: true
          title: qsTr("Hello pixels!")
          Shape {
              ShapePath {
                  strokeColor: "transparent"
                  strokeWidth: 0
                  fillColor: "black"
                  PathText {
                      font.family: "Helvetica";
                      font.pixelSize: 100;
                      text: "OMG, rough edges!" }
              }
          }
      } 

       

       

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

            qt.team.graphics.and.multimedia Qt Graphics Team
            vminenko Vladimir Minenko
            Volker Hilsheimer Volker Hilsheimer
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes