INFO: Use 16-Bit .FON Files for Cross-Platform Compatibility
ID: Q100487
|
4.00 | 3.10 3.50 3.51
WINDOWS | WINDOWS NT
kbgraphic
The information in this article applies to:
-
Microsoft Win32 Application Programming Interface (API), used with:
-
Microsoft Windows NT, versions 3.5, 3.51
-
Microsoft Windows 95
SUMMARY
The AddFontResource() function installs a font resource in the GDI font table. Under Windows NT and Windows 95, the module can be a .FON file or a .fnt file. Under Windows 3.1, the module must be a .FON file. When using Win32s, AddFontResource() passes its argument to the Win16 AddFontResource, and therefore .fon files should be used for portability.
In addition, when running under Windows NT or Windows 95, the module can be
either a 32-bit "portable executable" or a 16-bit .fon file. However, if
the same Win32 executable is run under Win32s, the call to
AddFontResource() fails if the .fon is not in 16-bit format. Therefore, for compatibility across platforms, use 16-bit .fon files. These can be created using the Windows 3.1 Software Development Kit (SDK).
Additional query words:
3.10 4.00
Keywords : kbNTOS350 kbNTOS351 kbSDKWin32 kbDSupport
Version : winnt:3.5,3.51
Platform : winnt
Issue type : kbinfo