I would like to know how (or if it is at all possible) to force a static text control to be antialiased using ClearType under WinXP and up.
In C I'd do something like:
But how would I be able to do the same thing using NSIS? Could I use the font handle from a CreateFont command for something?LOGFONT MyLogFont;
.
.
.
MyLogFont.lfQuality = CLEARTYPE_QUALITY;
Thanks in advance.
Brad.