-
Bug
-
Resolution: Fixed
-
P2
-
1.3.1, 1.3.1_02
-
02
-
x86
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2045933 | 1.4.0 | Philip Race | P2 | Resolved | Fixed | beta2 |
There is an incompatibility issue between JDK1.1.X and Java2.(JDK1.2.X, JDK1.3.X
and JDK1.4)
The attached program(Test01.java) measures the fonts' width, height,
max advance.You can see each different value return from java API.
Some java application uses the above return value as size of awt(swing)
components.
So the view of application based on JDK1.1.8 changes with Java2
like attached image(view)
1. Reproduce
1) Compile the attached program, Test01.java
2) Invoke the program.
-> You can see a dialogue
3) Click the button in the above dialogue
-> You can see some messgage in MS-DOS console as follows.
FONT Name,FONT Size,FONT Style,MaxAdvance,Ascent,Descent,Leading,'m' Width,'M' W
idth,"Mm" Width,"MmòµÄÜ" Width
Serif,12,0,20,13,3,1,9,12,21,45,
Sans-serif,12,0,20,12,3,0,11,10,21,39,
Monospaced,12,0,20,13,4,0,6,6,12,36,
Dialog,12,0,20,13,3,0,11,9,20,44,
DialogInput,12,0,20,13,4,0,7,7,14,38,
Serif,12,1,20,13,3,1,10,11,21,46,
Sans-serif,12,1,20,12,3,0,12,11,23,43,
Monospaced,12,1,20,13,4,0,7,7,13,39,
Dialog,12,1,20,13,3,0,11,10,21,46,
DialogInput,12,1,20,13,4,0,7,7,14,39,
Serif,12,2,20,13,3,1,9,10,19,43,
Sans-serif,12,2,20,12,3,0,11,10,21,39,
Monospaced,12,2,20,13,4,0,6,6,12,36,
Dialog,12,2,20,13,3,0,11,9,20,44,
DialogInput,12,2,20,13,4,0,7,7,14,38,
4) Invoke the step 1) program with 1.1.8 and 1.3.0fcs.
2. Configration
This happens on any verion of windows(98/NT/2k).
3. Attatchments
- Test01.java : Test program to measure fonts' information
- Fontsize-eng.xls : Summary of the result with each jdk
- yoko.tar : Test program to show the different view
- width118.bmp : the result view witj JDK118 (Correct example)
- width130.bmp : the result view witj JDK130 (incorrect example)
4. Note
The attached programs can not be compiled without some user libraries.
However, that is big size library.
So, I do not attach the library and send that later.
================================================================================
and JDK1.4)
The attached program(Test01.java) measures the fonts' width, height,
max advance.You can see each different value return from java API.
Some java application uses the above return value as size of awt(swing)
components.
So the view of application based on JDK1.1.8 changes with Java2
like attached image(view)
1. Reproduce
1) Compile the attached program, Test01.java
2) Invoke the program.
-> You can see a dialogue
3) Click the button in the above dialogue
-> You can see some messgage in MS-DOS console as follows.
FONT Name,FONT Size,FONT Style,MaxAdvance,Ascent,Descent,Leading,'m' Width,'M' W
idth,"Mm" Width,"MmòµÄÜ" Width
Serif,12,0,20,13,3,1,9,12,21,45,
Sans-serif,12,0,20,12,3,0,11,10,21,39,
Monospaced,12,0,20,13,4,0,6,6,12,36,
Dialog,12,0,20,13,3,0,11,9,20,44,
DialogInput,12,0,20,13,4,0,7,7,14,38,
Serif,12,1,20,13,3,1,10,11,21,46,
Sans-serif,12,1,20,12,3,0,12,11,23,43,
Monospaced,12,1,20,13,4,0,7,7,13,39,
Dialog,12,1,20,13,3,0,11,10,21,46,
DialogInput,12,1,20,13,4,0,7,7,14,39,
Serif,12,2,20,13,3,1,9,10,19,43,
Sans-serif,12,2,20,12,3,0,11,10,21,39,
Monospaced,12,2,20,13,4,0,6,6,12,36,
Dialog,12,2,20,13,3,0,11,9,20,44,
DialogInput,12,2,20,13,4,0,7,7,14,38,
4) Invoke the step 1) program with 1.1.8 and 1.3.0fcs.
2. Configration
This happens on any verion of windows(98/NT/2k).
3. Attatchments
- Test01.java : Test program to measure fonts' information
- Fontsize-eng.xls : Summary of the result with each jdk
- yoko.tar : Test program to show the different view
- width118.bmp : the result view witj JDK118 (Correct example)
- width130.bmp : the result view witj JDK130 (incorrect example)
4. Note
The attached programs can not be compiled without some user libraries.
However, that is big size library.
So, I do not attach the library and send that later.
================================================================================
- backported by
-
JDK-2045933 java : win32 Java2 fontmetrics fix caused difference from 1.1.8 platform metrics
-
- Resolved
-
- relates to
-
JDK-4257064 Source for java.awt.FontMetrics does not coorespond to binary (cf. 54216)
-
- Closed
-
-
JDK-4711444 Font Metrics information of 1.4 is different from that of 1.3
-
- Closed
-
-
JDK-4271502 FontMetrics.getHeight() method doesn't return correct height.
-
- Closed
-
-
JDK-4169941 JDK 1.1.7/JDK 1.2 forms font is inconsistency
-
- Closed
-