0

I have faced problem in Javafx with font in both Windows and Ubuntu.
In Ubuntu, Some Lable text are not display but I check in windows OS it will work perfect.
Any Solution Regarding this Problem.??
Here I have Uploaded two image...

This image was in Ubuntu.

enter image description here

This Image was in windows.

enter image description here

in both there are isssue in font.
plz help me .. what are issue.??

fabian
  • 80,457
  • 12
  • 86
  • 114
Maulik Patel
  • 2,742
  • 4
  • 19
  • 28

1 Answers1

2

Are the two systems running at the same screen DPI? If not you'll need to scale it. You can test the screen DPI with Screen.getPrimary().getDpi();

http://docs.oracle.com/javafx/2/api/javafx/stage/Screen.html#getDpi()

nejinx
  • 349
  • 2
  • 6