-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
8, 8u251
-
os_x
ADDITIONAL SYSTEM INFORMATION :
java 1.8.0_251 Oracle Corporation
OSX Catalina
A DESCRIPTION OF THE PROBLEM :
Fonts rendered to the Graphics objects create by image.getGraphics() are rendered horribly, barely readable and clearly unacceptable. The exact same drawing algorithm, rendering to the graphics object provided to Paint methods, look fine.
This applies only to OSX, not to Windows platforms. I don't know when this damage occurred, but it wasn't always so.
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Best seen on my web app, Boardspace.net. I have a switch embedded in the code that switches from internal double buffering to direct drawing, so the difference is easily producible.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
Nice fonts!
https://drive.google.com/open?id=136DyxEnOnyopDuYlASFx5aFoohuTRHnD
ACTUAL -
Terrible fonts!
https://drive.google.com/open?id=1N7GyP7WOJKlruqQqPwnyIel2CMYvDV2k
and for reference, here is the same rendering as done on windows
https://drive.google.com/open?id=1gh5dXiJrKdZZyHKcA5LLDjEGjKVEfyZn
FREQUENCY : always
java 1.8.0_251 Oracle Corporation
OSX Catalina
A DESCRIPTION OF THE PROBLEM :
Fonts rendered to the Graphics objects create by image.getGraphics() are rendered horribly, barely readable and clearly unacceptable. The exact same drawing algorithm, rendering to the graphics object provided to Paint methods, look fine.
This applies only to OSX, not to Windows platforms. I don't know when this damage occurred, but it wasn't always so.
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Best seen on my web app, Boardspace.net. I have a switch embedded in the code that switches from internal double buffering to direct drawing, so the difference is easily producible.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
Nice fonts!
https://drive.google.com/open?id=136DyxEnOnyopDuYlASFx5aFoohuTRHnD
ACTUAL -
Terrible fonts!
https://drive.google.com/open?id=1N7GyP7WOJKlruqQqPwnyIel2CMYvDV2k
and for reference, here is the same rendering as done on windows
https://drive.google.com/open?id=1gh5dXiJrKdZZyHKcA5LLDjEGjKVEfyZn
FREQUENCY : always
- duplicates
-
JDK-8220150 [macos] macos10.14 Mojave returns anti-aliased glyphs instead of aliased B&W glyphs
- Resolved