> I think that Apple is (internally) generating the fonts with alpha channel
> values in order to antialias the fonts. But that they subsequently turn
> any non-zero alpha channel value into a '1' when they render it into my
> off-screen buffer.

I have found a resolution for this issue.

The problem is that by default they were assuming font anti-aliasing when
running as an applet under browsers. They do not do this when running the
Jmol application. Win32 and Linux do not do this.

I was able to correct the problem by explicitly turning off text
anti-aliasing by saying:

  g2d.setRenderingInt(RenderingHints.KEY_TEXT_ANTIALIASING,
                      RenderingHints.VALUE_TEXT_ANTIALIAS_OFF)


Miguel

-----
Open Source Molecular Visualization
www.jmol.org
[EMAIL PROTECTED]
-----



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
_______________________________________________
Jmol-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to