Re: [OpenJDK 2D-Dev] [9] Review request for 8076545 Text size is twice bigger under Windows L&F on Win 8.1 with HiDPI display

2016-02-06 Thread Alexander Scherbatiy
On 2/5/2016 11:37 AM, Jim Graham wrote: Hi Alexandr, awt_DesktopProperties.cpp, line 300 - is the "1.0f /" a typo? Sorry. Here is the updated fix without the typo: http://cr.openjdk.java.net/~alexsch/8076545/webrev.06/ Also, is there a still a need for the setFontProperty() variants

Re: [OpenJDK 2D-Dev] [9] Review request for 8142966 Wrong cursor position in text components on HiDPI display

2016-02-06 Thread Alexander Scherbatiy
On 05/02/16 23:39, Phil Race wrote: Two things strike me when I read this 1) Initial surprise at how deep into the font code it goes. Perhaps there are alternatives. 2) That it changes to using the linear metrics for measuring advance. Regardless of (1) I do not think (2) is correct. I am fairl