Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
5.1.0 , 5.2.1, 5.3.0 Beta1
-
None
-
Linux
-
-
c8db5397422783648fc687c337f42e9055873572
Description
The issue occurs with the attached "Montserrat" font in a basic QML code:
FontLoader { id: montserratFont; source: "../../montserrat/Montserrat-Bold.ttf" } Text { font.family: montserratFont.name font.pointSize: 26 text: qsTr("Do \"o\", \"O\", \"d\", \"D\" look OK?") anchors.centerIn: parent }
The glyphs of "o" and "d" are cut at the bottom side. See the screenshot
The issue occurs on Linux but cannot be observed on Windows, neither on Mac. It also occurs on QNX. Is it something related to FreeType?