INFO: Use 16-Bit .FON Files for Cross-Platform Compatibility (100487)
The information in this article applies to:
- Microsoft Win32 Application Programming Interface (API), when used with:
- Microsoft Windows NT Server 3.5
- Microsoft Windows NT Server 3.51
- Microsoft Windows NT Workstation 3.5
- Microsoft Windows NT Workstation 3.51
This article was previously published under Q100487
4.00 | 3.10 3.50 3.51
WINDOWS | WINDOWS NT
kbgraphic
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).
Modification Type: | Minor | Last Reviewed: | 3/7/2005 |
---|
Keywords: | kbinfo KB100487 |
---|
|