JDK-6646745 : openjdk:Antialiasing LCD Text is not rendering properly for 'Garamond' font.
  • Type: Bug
  • Component: client-libs
  • Sub-Component: 2d
  • Affected Version: OpenJDK6
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: linux_ubuntu
  • CPU: x86
  • Submitted: 2008-01-03
  • Updated: 2010-04-04
  • Resolved: 2008-01-11
Related Reports
Duplicate :  
Description
Antialiasing LCD text is not rendering properly for Garamond font.It's working fine with jdk 6.Used the following lcd hits for rendering the text.
TEXT_ANTIALIAS_LCD_HRGB
TEXT_ANTIALIAS_LCD_VRGB

Steps to reproduce:
===================
1. Download the attached java and font file.
2. Execute with openjdk 6 build.

Please check the attached image for issues reference.

Comments
EVALUATION Freetype-based implementation does not correctly work with embedded bitmaps in LCD modes. Changing testcase to use font of size 25 proves that problem is related to embedded bitmaps. Closing as dup of 6587560.
11-01-2008