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

Roboto Condensed font looks horrible on OS X

XMLWordPrintable

    • macOS

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

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes