Re: [OpenJDK 2D-Dev] Missing floating-point-precision method in font measuring API

2016-12-26 Thread Dmitry Batrak
Thanks for your response! Sorry about not mentioning it explicitly in the original email, but it was not about functionality gap - we can definitely achieve required behaviour using already existing API. It was about performance and simplicity of the code needed to achieve that. > You don't really

Re: [OpenJDK 2D-Dev] Missing floating-point-precision method in font measuring API

2016-12-23 Thread Phil Race
On 12/20/2016 02:11 AM, Dmitry Batrak wrote: Missing floating-point-precision method in font measuring API Hello, It looks like there's currently a gap in text measuring API with respect to methods working with floating point coordinates. It's not something new, but with HiDPI support adde

[OpenJDK 2D-Dev] Missing floating-point-precision method in font measuring API

2016-12-20 Thread Dmitry Batrak
Missing floating-point-precision method in font measuring API Hello, It looks like there's currently a gap in text measuring API with respect to methods working with floating point coordinates. It's not something new, but with HiDPI support added in Java 9, it seems to become more significant. C