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

Very pixelated edges of text in PathText

    XMLWordPrintable

Details

    • macOS

    Description

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

       

       

      Attachments

        Issue Links

          Activity

            People

              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

              Dates

                Created:
                Updated: