-
Bug
-
Resolution: Fixed
-
P3
-
fx2.1
-
javafx-sdk2.1.0-fcs-b21, Windows 7
My test application creates three TextArea components with the following styles:
.style("-fx-font: italic 30pt 'Segoe Print';")
.style("-fx-font: italic 30px 'Segoe Print';")
.style("-fx-font: italic 30 'Segoe Print';")
All of them are rendered with the font of the same size which is different from what is rendered in the WebView and system. Moreover, it is not italic.
.style("-fx-font: italic 30pt 'Segoe Print';")
.style("-fx-font: italic 30px 'Segoe Print';")
.style("-fx-font: italic 30 'Segoe Print';")
All of them are rendered with the font of the same size which is different from what is rendered in the WebView and system. Moreover, it is not italic.