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

Roboto Condensed font looks horrible on OS X

    XMLWordPrintable

Details

    • macOS

    Description

      this might be related to QTBUG-45536
      as you can see from screenshot, Roboto Font (latest official version from Google Fonts) renders incorrectly on OS X
      font is definitely loaded from .qrc and used by Text element

      import QtQuick 2.5
      import QtQuick.Window 2.2
      
      Window {
          visible: true
      
          Item {
              width: 250
              height: 50
              FontLoader {
                  id: myFont
                  source: "RobotoCondensed.ttf"
              }
              Text {
                  font.pixelSize: 40
                  font.family: myFont.name
                  text: "Testing Roboto Condensed FONT"
              }
          }
      }
      

      Attachments

        Issue Links

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

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes