Article ID: 10837
Article Last Modified on 2/14/2005
fixedfon.fon=vgafix.fon oemfonts.fon=vgaoem.fon fonts.fon=vgasys.fonThe system font is loaded first. GDI first checks the WIN.ini file in the [windows] section for the key name SystemFont=<file>, where <file> is a name of a bitmap font (such as HELV.FON). If GDI finds this keyname, it will attempt to load the specified file as thesystem font. Changing this value is one method the user can use to customize the system font. NOTE: If you change SystemFont=<font> you *must* also have the line fonts.fon=<font> in the [windows] section of the SYSTEM.INI file. Otherwise, Windows will not load properly.
fonts.fon=vgasys.fonThis line indicates that the system font should be loaded from the file VGASYS.fon, which resides in the system directory.
fonts oembin PRELOAD fonts.binOnce this resource is found, GDI steps through the array of LOGFONTS and calls CreateFontIndirect to create the stock font objects:
OEM_FIXED_FONT ANSI_FIXED_FONT ANSI_VAR_FONTThese logical font definitions can be thought of as recommendations for a particular display by the display driver. In general, these logical font descriptions will map to one of the physical fonts loaded initially by GDI.
Additional query words: 3.00 3.10
Keywords: kbinfo kb16bitonly KB10837