-
Bug
-
Resolution: Fixed
-
P4
-
1.4.2
-
beta
-
x86
-
windows_xp
Name: rmT116609 Date: 05/29/2003
FULL PRODUCT VERSION :
java version "1.4.1_01"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_01-b01)
Java HotSpot(TM) Client VM (build 1.4.1_01-b01, mixed mode)
java version "1.4.2-beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2-beta-b19)
Java HotSpot(TM) Client VM (build 1.4.2-beta-b19, mixed mode)
FULL OS VERSION :
Microsoft Windows XP [Version 5.1.2600]
A DESCRIPTION OF THE PROBLEM :
The ClearType option has been set on the operating system to smooth font edges.
This does not show correctly when running SwingSet2.jar from the demonstration files.
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Set ClearType in Display Properties -> Appearance -> Effects ... on Windows XP.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
Expected to see fonts displayed as ClearType using XP look and feel.
ACTUAL -
Fonts did not show as ClearType but as ordinary font.
REPRODUCIBILITY :
This bug can be reproduced always.
---------- BEGIN SOURCE ----------
SwingSet2.jar from demo/jfc/SwingSet2 directory in Java distribution.
---------- END SOURCE ----------
(Review ID: 186667)
======================================================================
- relates to
-
JDK-4502804 FontSmoothing/AntiAlias not utilized by default despite OS setting
- Resolved
-
JDK-4726365 RFE: Java 2D to support LCD optimized anti-aliased text (sub-pixel resolution)
- Resolved
-
JDK-5057309 Enable anti-aliasing in the Windows L&F
- Closed