Prev: Preventing memory and resource leaks with GDI Objects ???
Next: CArray of stdext::hash_map<int,int> not possible ( access violation ) ?
From: Peter Olcott on 10 Mar 2010 18:30 Apparently Microsoft has changed the rules for Windows 7. ClearType font smoothing is set to on for the whole system, and yet TextOut() is not using ClearType. How can I force TextOut() to produce ClearType glyph rendering?
From: Drew on 18 Mar 2010 12:12
What font are you using? Show some code. Maybe there is something here?: http://blogs.msdn.com/oldnewthing/archive/2006/06/14/630864.aspx Drew "Peter Olcott" <NoSpam(a)OCR4Screen.com> wrote in message news:r4qdnSpuCuE0tgXWnZ2dnUVZ_rKdnZ2d(a)giganews.com... > Apparently Microsoft has changed the rules for Windows 7. ClearType font > smoothing is set to on for the whole system, and yet TextOut() is not > using ClearType. How can I force TextOut() to produce ClearType glyph > rendering? > |