Fossil Rock Posted November 1, 2006 Posted November 1, 2006 Is AutoIT capable of turning font smoothing on and off ? And if so can it be restrained to a region or control ? Agreement is not necessary - thinking for one's self is!
Paulie Posted November 1, 2006 Posted November 1, 2006 Is AutoIT capable of turning font smoothing on and off ? And if so can it be restrained to a region or control ?I guess you could try RegWrite() hereHKEY_CURRENT_USER\Control Panel\Desktop\FontSmoothingI don't think it can be specified to a specific place though...
Fossil Rock Posted November 2, 2006 Author Posted November 2, 2006 Thanks... I found this...* Go to the HKEY_CURRENT_USER\Control Panel\Desktop\FontSmoothing registry subkey, and set the value to 0 to disable font smoothing or 2 to enable font smoothing. * Go to the HKEY_CURRENT_USER\Control Panel\Desktop\FontSmoothingType registry subkey, and set the value to 0 for no smoothing, 1 for standard smoothing, or 2 for ClearType.I'll let you know if it works. Agreement is not necessary - thinking for one's self is!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now