java - JavaFX Text not scaling properly on high DPI -


i'm working on java application involves javafx. when run program on laptops or desktops, looks fine. when run program on ms surface high dpi font sizes not scaled.

i have instance of javafx.scene.text.text added child instance of javafx.scene.group. text big in comparison rest of visuals.

the problem java reports being dpi aware, windows doesn't scale it, when in fact won't scale itself. can turn off behaviour , force windows scale java gui's, using answer found on superuser.

https://superuser.com/a/1207925

this works me.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -