|
Quick Lists
|
|
Bug ID:
|
6697721
|
|
Votes
|
0
|
|
Synopsis
|
OpenJDK: rotated text baseline different between TextLayout and drawString
|
|
Category
|
java:classes_2d
|
|
Reported Against
|
|
|
Release Fixed
|
7(b28)
|
|
State
|
10-Fix Delivered,
bug
|
|
Priority:
|
4-Low
|
|
Related Bugs
|
|
|
Submit Date
|
05-MAY-2008
|
|
Description
|
When the font transform has a rotation and offset, Openjdk 7 doesn't
position text the same in drawString and TextLayout.
In addition this is different behaviour than the commercial JDK.
Posted Date : 2008-05-05 17:59:35.0
|
|
Work Around
|
N/A
|
|
Evaluation
|
For fractional metrics, need to use the linearly scaled horizontal metrics.
For the integer metrics case, we should not round the rotated cases.
Posted Date : 2008-05-05 17:59:35.0
|
|
Comments
|
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|
|
|
 |