-
Bug
-
Resolution: Fixed
-
P3
-
6, 6u22
-
b17
-
generic, x86
-
generic, windows_xp
-
Verified
When the TEXT_ANTIALIAS hint is set to ON, then optimized
text antialiasing loops are used to render the text.
But, when the regular ANTIALIASING hint is set to ON, a
general path is used to render the text from gray-bits
masks.
The results are visually the same, but the optimized text
antialiasing loops go through much less code to produce
those results.
This can be seen by running J2DBench with the various
combinations of the Graphics AA and Text AA hints. The
performance is nearly 4x faster with the Text AA hint
on Solaris/Sparc.
###@###.### 2005-04-30 02:54:47 GMT
text antialiasing loops are used to render the text.
But, when the regular ANTIALIASING hint is set to ON, a
general path is used to render the text from gray-bits
masks.
The results are visually the same, but the optimized text
antialiasing loops go through much less code to produce
those results.
This can be seen by running J2DBench with the various
combinations of the Graphics AA and Text AA hints. The
performance is nearly 4x faster with the Text AA hint
on Solaris/Sparc.
###@###.### 2005-04-30 02:54:47 GMT
- duplicates
-
JDK-6999513 Subpixel antialiasing for text disabled when enabling graphics antialiasing
-
- Closed
-
- relates to
-
JDK-8013564 Font rendering anti-aliasing in translucent BufferedImages broken
-
- Closed
-