-
Enhancement
-
Resolution: Fixed
-
P4
-
1.3.1, 1.4.0
-
05
-
x86, sparc
-
solaris_7, windows_98, windows_nt
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2113808 | 5.0 | Btplusnull User | P4 | Closed | Fixed | b45 |
On Font2DTest, strings of some Japanese characters in bold style are overlapped. hard to read.
Tested with jdk1.4 b64 on Japanese Windows 95 and NT4, and Solaris sparc 7 and 8 (eucjp) It doesn't occurred with jdk1.3 and jdk1.3.1 b24.
Steps to reproduce:
1)invoke Font2DTest with jdk1.4 b64 on Japaense windows and solaris sparc
2)Set Unicode range from 4e00 to 4ef0
3)Select Bold style:
4)Select Font size from 19 - 23, and 30 - 36
5)Select Method drawString, drawChars, drawGlyphVector, or TextLayout.draw
Some Japanese are hard to read because of overlapped strings. Unclear characters varies according to size within the range above.
on Windows:
This occurred only in Dialog, Dialoginput, Sanserif, or Monospaced.
Japanese characters look unclear in range from font size 19 to 23 are for instance:
In font 19:
4E21, 4E55, 4E56, 4E62, 4E82, 4E9F, 4EB0, 4EEE, 4EF0, and 4ED9
In font 23:
4E21, 4E56, 4E58, and 4E82
- in range from font size 30 to 36
In font 30:
4E21, 4E56, 4E82, 4E9B, 4ED9, and 4EE
In font 36:
4E56, and 4E58
On solaris sparc:
This occurred only in Select Sanserif or Dialog.
Japanese charactes look unclear in range from font 19 to 23 for instance:
In font 19:
4E21, 4E56, 4E58, 4E62, 4E82, 4ED9, 4EEE, 4EF0
In font 23:
4E21, 4E56, 4E58, 4E62, 4E82
-in range from 30 to 36
In font 30:
4E56, and 4E82
In font 36:
4E56, and 4E58
I attached bitmap files to be able to get an image.
keiko.nakayama@Eng 2001-05-14
Tested with jdk1.4 b64 on Japanese Windows 95 and NT4, and Solaris sparc 7 and 8 (eucjp) It doesn't occurred with jdk1.3 and jdk1.3.1 b24.
Steps to reproduce:
1)invoke Font2DTest with jdk1.4 b64 on Japaense windows and solaris sparc
2)Set Unicode range from 4e00 to 4ef0
3)Select Bold style:
4)Select Font size from 19 - 23, and 30 - 36
5)Select Method drawString, drawChars, drawGlyphVector, or TextLayout.draw
Some Japanese are hard to read because of overlapped strings. Unclear characters varies according to size within the range above.
on Windows:
This occurred only in Dialog, Dialoginput, Sanserif, or Monospaced.
Japanese characters look unclear in range from font size 19 to 23 are for instance:
In font 19:
4E21, 4E55, 4E56, 4E62, 4E82, 4E9F, 4EB0, 4EEE, 4EF0, and 4ED9
In font 23:
4E21, 4E56, 4E58, and 4E82
- in range from font size 30 to 36
In font 30:
4E21, 4E56, 4E82, 4E9B, 4ED9, and 4EE
In font 36:
4E56, and 4E58
On solaris sparc:
This occurred only in Select Sanserif or Dialog.
Japanese charactes look unclear in range from font 19 to 23 for instance:
In font 19:
4E21, 4E56, 4E58, 4E62, 4E82, 4ED9, 4EEE, 4EF0
In font 23:
4E21, 4E56, 4E58, 4E62, 4E82
-in range from 30 to 36
In font 30:
4E56, and 4E82
In font 36:
4E56, and 4E58
I attached bitmap files to be able to get an image.
keiko.nakayama@Eng 2001-05-14
- backported by
-
JDK-2113808 some Japanese characters in bold style are overlapped
- Closed
- duplicates
-
JDK-4397874 characters are poorly displayed
- Closed
- relates to
-
JDK-6803334 JRE6 Monospaced font width differs from JRE1.4.2 in ja(MS932) env.
- Closed