How locally for an applicatrion disable font smoothing, I mean this must be changed without global changes in operating systems!!!
Thanx for taken part!!!
Printable View
How locally for an applicatrion disable font smoothing, I mean this must be changed without global changes in operating systems!!!
Thanx for taken part!!!
Why would you want to disable antialiasing? If the user has enabled it, he/she wants it.
You can disable fontsmoothing when you create your font. Change the lfQuality parameter of the LOGFONT you use to create your font.