Re: Font size in JavaFX 8

2013-07-18 Thread David Grieve
Which build? Yesterday I filed https://javafx-jira.kenai.com/browse/RT-31745 On Jul 18, 2013, at 9:39 AM, Peter Penzov wrote: > Hi, > I tested to run code developed on JavaFX 2.2. On JavaFX 8 the size of > the Font cannot be set properly with setStyle("-fx-font-size: 12pt;"). I > suppose tha

Font size in JavaFX 8

2013-07-18 Thread Peter Penzov
Hi, I tested to run code developed on JavaFX 2.2. On JavaFX 8 the size of the Font cannot be set properly with setStyle("-fx-font-size: 12pt;"). I suppose that this is caused by the JavaFX 8 code change. Is this going to be fixed into the near future? Best wishes