Jul 7, 2005
Post comments count0
Post likes count0

What are SYSTEM_FONT and DEFAULT_GUI_FONT?

Raymond Chen
Raymond Chen

Among the things you can get with the function are two fonts called and . What are they? They are fonts nobody uses any more. Back in the old days of Windows 2.0, the font used for dialog boxes was a bitmap font called System. This is the font that retrieves, and it is still the default dialog box font for compatibility reasons. Of co...

History