On 2004-11-22 (14:03) Miguel wrote: > >>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) > >
hurrah! thanks, Miguel! tim "I live in Aqua" -- Timothy Driscoll molvisions - see, grasp, learn. <http://www.molvisions.com/> usa:north carolina:wake forest ------------------------------------------------------- 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

