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

"Calibri" font detected as bitmap font in Qt Quick

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.10.0 Alpha
    • 5.6.3, 5.7.1, 5.9.1
    • GUI: Font handling
    • None
    • 1eedfd0e66c7afd682f682a659cda2942485cd08

    Description

      When scaling a text element using the Calibri font, you will see that it defaults to NativeRendering:

      import QtQuick 2.6
      import QtQuick.Window 2.2
      
      Window {
          visible: true
          width: 640
          height: 480
          title: qsTr("Hello World")
      
          Text {
              id: text
              text: "Foobar"
              font.family: "Calibri"
              anchors.centerIn: parent
              scale: 20
          }
      }
      

      Attachments

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

        Activity

          People

            esabraha Eskil Abrahamsen Blomfeldt
            esabraha Eskil Abrahamsen Blomfeldt
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes