Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Antialiasing

Thanks for the tip but what we antialiasing on drawings such as a Circle.
We wrote a test class for antialiasing .What we can say is that it seems to be just a little bit slower than Swings/AWTs antialiasing routines.
The code is neither optimized nor finished yet
 
During the tests we found out that the most methods in "OS" are entirely different between the Platforms.
We need the both methods  OS::setPixel and OS::getPixel but we only found them in OS for win32.
 
Do the other platforms don't provide this both methods?
 
How can we plot pixel on the other platforms?
 
-Youssef / Tobias
----- Original Message -----
Sent: Wednesday, July 10, 2002 3:15 PM
Subject: Re: [platform-swt-dev] Antialiasing


Not yet, although on windows if you turn on "smooth onscreen fonts" it will smooth the SWT fonts as well.

McQ.

Back to the top