Drawing text with "antialiasing" effect
Article Writing
2
Posts
2
Posters
20
Views
1
Watching
-
I would like to see an article or sample programs about drawing text with "antialiasing" ("smooth text") effect using Windows GDI functions.
There isn't a big reason for this anymore...windows will automatically anti-alias text if users want it to. However, check out the Win32 source of the Gimp program for an example (http://user.sgic.fi/~tml/gimp/win32/).