In any case, should exist a style property to force the enable/disable
of antialiasing, but at the moment I don't remember, sorry ... and by
default should be enabled on any graphic element.

I see that in Platform#initializeFontRenderContext(), the aaHint is set to either fontDesktopHints.get(RenderingHints.KEY_TEXT_ANTIALIASING), or defaulted to RenderingHints.VALUE_TEXT_ANTIALIAS_DEFAULT if null. Some times though, RenderingHints.VALUE_TEXT_ANTIALIAS_GASP provides a much smoother and nicer look. Is it possible to override somehow?

I see that on Windows 7, i also get some pixellation, and I've verified that VALUE_TEXT_ANTIALIAS_LCD_HRGB is used.

-- Edvin

Reply via email to