-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: fx2.1, 7u6
-
Component/s: javafx
-
Environment:
Mac 10.7
While running with JDK 7u4, then text is rendered with correct 50% of the time
But on Mac running JDK 6
Text text = new Text("Hello");
text.setFont(Font.font("Times New Roman", FontPosture.ITALIC, 50));
will render as the font "Dialog". Regardless of the font specified.
But on Mac running JDK 6
Text text = new Text("Hello");
text.setFont(Font.font("Times New Roman", FontPosture.ITALIC, 50));
will render as the font "Dialog". Regardless of the font specified.