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

Very pixelated edges of text in PathText

    XMLWordPrintable

Details

    • macOS
    • ee017bd9c (dev), aa7644934 (6.5)

    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

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

          Activity

            People

              esabraha Eskil Abrahamsen Blomfeldt
              vminenko Vladimir Minenko
              Volker Hilsheimer Volker Hilsheimer
              Votes:
              1 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes