I added System.setProperty("prism.text", "t2k"); to the start() Java method
but I don't see any change. any other ideas? I could open JIRA case?On Fri, Aug 23, 2013 at 12:07 AM, John Hendrikx <[email protected]> wrote: > On 22/08/2013 22:58, Peter Penzov wrote: > >> Hi, >> I'm working on JavaFX application based on Java 8. It seems that from >> version b97 there is a issue with -fx-font-size. It's not working >> properly. >> If you compare the two images from application tested on JavaFX 2.2 and >> JavaFX 8 b103 you will see that there is a difference. Can you give me >> some >> information when this issue will be fixed? >> > > Could you try do: > > System.setProperty("prism.**text", "t2k"); > > or: > > -Dprism.text=t2k > > I noticed somewhere between the builds you mentioned that the "apparent" > font size in some areas changed slightly. Perhaps the above setting will > help locate the problem. > > >> Regards >> > >
