JDK 7 & Retina: How to prevent HiDPI scaling?
Anthony Petrov
anthony.petrov at oracle.com
Wed Nov 28 02:05:33 PST 2012
(I'm CC'ing openjfx-dev@ since this is a JavaFX topic)
I think you might want to check out the following issue:
http://javafx-jira.kenai.com/browse/RT-24009
Currently JavaFX isn't HiDPI-aware, and as such this is impossible to
turn automatic scaling off (unless there's a hack in OS X for this.)
PS. If you're interested in support for this feature in JDK as well,
here's a bug to watch: http://bugs.sun.com/view_bug.do?bug_id=8000629
--
best regards,
Anthony
On 11/28/2012 11:36 AM, Tobias Bley wrote:
> Hi (Mike),
>
> is it possible to tell Cocoa(?) not to scale up everthing on a Retina display? I would like to try to scale the text in JavaFX2 to factor 2.0 but currently the text size doubles ;) So how can I prevent the automatic upscaling?
>
> Best regards,
> Tobi
>
More information about the openjfx-dev
mailing list