Details
-
Bug
-
Resolution: Duplicate
-
P3: Somewhat important
-
None
-
5.5.1
-
None
-
Mac OS X El Capitan
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
- duplicates
-
QTBUG-45536 Roboto font rendering issue
- Closed