
How to draw a text with anti-aliasing
You can get antialiased text for free using the TextOut function which you
can do from the view through the pDC that comes into the OnDraw function.
On Windows 95 you will need a font smoother application which you can
download from microsoft or the Plus Pack.
Quote:
> Hello,
> Does anybody know a method or a function to draw a text with Anti-aliasing
?
> Thank,