Font size

John Hendrikx hjohn at xs4all.nl
Thu Aug 22 14:07:56 PDT 2013


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



More information about the openjfx-dev mailing list