-
Bug
-
Resolution: Won't Fix
-
P4
-
None
-
fx1.1.1
Setting clipping on a textfield chops off the top edge of the text, and does so differently on mac vs pc.
Text{
font: Font.font("Arial", FontWeight.BOLD, 13)
fill: Color.BLACK
content: "TEST WORKS WELL WITH UPPERCASE LETTERS"
textOrigin: TextOrigin.TOP
clip: Rectangle{
width: 100
height: 15
}
}
Text{
font: Font.font("Arial", FontWeight.BOLD, 13)
fill: Color.BLACK
content: "TEST WORKS WELL WITH UPPERCASE LETTERS"
textOrigin: TextOrigin.TOP
clip: Rectangle{
width: 100
height: 15
}
}