-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
P4
-
None
-
Affects Version/s: fx1.1.1
-
Component/s: javafx
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
}
}