Re: [OpenJDK 2D-Dev] openjdk incompatibility

2008-10-23 Thread Martin Buchholz
I'm no 2-d expert, but these appear to be the same bug: swing TextLayout.getBounds() returns shifted bounds http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=227 OpenJDK: vertical text metrics may be significanly different from those returned by Sun JDK http://bugs.sun.com/view_bug.do?bug_id=

Re: [OpenJDK 2D-Dev] openjdk incompatibility

2008-10-21 Thread Igor Nekrestyanov
This issues now has bug id: 6761856 -igor Phil Race wrote: You didn't show what the result was from OpenJDK Seems the complaint here is the that the position of the vertical bounds is suspect. Looks like the sign is incorrect in some code that interfaces to freetype and returns glyph bounds

Re: [OpenJDK 2D-Dev] openjdk incompatibility

2008-10-18 Thread Phil Race
You didn't show what the result was from OpenJDK Seems the complaint here is the that the position of the vertical bounds is suspect. Looks like the sign is incorrect in some code that interfaces to freetype and returns glyph bounds I think bbox.yMax should be -bbox.yMax, since freetype consid

[OpenJDK 2D-Dev] openjdk incompatibility

2008-10-15 Thread Hiroshi Yamauchi
Hi, Here's a test that indicates an incompatibility between OpenJDK6/7 and Sun JDK. It passes on Sun JDK but not on OpenJDK. So, I believe this is due to the difference between the two font rasterizer implementations. The incompatibility causes a vertical position gap. Is this a new bug, a known