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

Very pixelated edges of text in PathText

XMLWordPrintable

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

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

       

       

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes