Login  Register

Re: DPI scaling not working

Posted by Sven Gothel on Mar 01, 2023; 2:11am
URL: https://forum.jogamp.org/DPI-scaling-not-working-tp4042206p4042248.html

Looks like this is related to the integer-limited scaling in AWT?

When I was digging into OpenJDK17 (guess it was 17)
while elaborating about the scaling in bugzilla ..
https://jogamp.org/bugzilla//show_bug.cgi?id=1374#c7
.. I thought on Windows its a float, while on Linux an integer scale.

1.25 would suffer if int scaling is used in AWT,
obvious on MacOS .. yup.

We can fix that at some stage, added a note in the bugzilla report.

Note to all: Please at least state Java version/vendor and OS.