How to get Win32 to use Windows XP style fonts

Posted by Semen Semenych on Stack Overflow See other posts from Stack Overflow or by Semen Semenych
Published on 2010-06-12T17:47:40Z Indexed on 2010/06/12 17:52 UTC
Read the original article Hit count: 249

Filed under:
|
|

I'm writing a Win32 application using plain C and WinAPI. No MFC or C++ is allowed. To get the controls to draw using the appropriate style, I use a manifest, as described in the corresponding MSDN article. Everything is fine, and when I change the system style, my application changes style as well. But the font used is just ugly. How do I force the application to use the standard system font?

© Stack Overflow or respective owner

Related posts about winapi

Related posts about fonts