Knowledge Base

INFO: Use 16-Bit .FON Files for Cross-Platform Compatibility

Article ID: 100487

Article Last Modified on 11/21/2006


APPLIES TO


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).

Additional query words: 3.10 4.00

Keywords: kbinfo KB100487