-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P2
-
Affects Version/s: 3_fcs, 1.4.0
-
Component/s: client-libs
-
beta3
-
x86
-
windows_nt, windows_2000
-
Verified
The following code yields 16 on 1.4 vs 17 on 1.3:
Font font = new Font("Dialog", Font.PLAIN, 12);
FontMetrics metrics = field.getFontMetrics(font);
System.out.println("font metrics height: " + metrics.getHeight());
Note, this was originally submitted as 4465533, but as this contained a couple of things I've created this separate bug for this specific issue.
Font font = new Font("Dialog", Font.PLAIN, 12);
FontMetrics metrics = field.getFontMetrics(font);
System.out.println("font metrics height: " + metrics.getHeight());
Note, this was originally submitted as 4465533, but as this contained a couple of things I've created this separate bug for this specific issue.
- duplicates
-
JDK-4475726 Buttons and TextFields in Merlin are smaller than they used to be in JDKs < 1.4
-
- Closed
-
-
JDK-4504333 Mnemonic is not visible in JLabel w/ certain font size
-
- Closed
-
- relates to
-
JDK-4518774 Java: composite font heights too great when missing SUNWi1of package
-
- Open
-