ID Number: Q79987
3.00
WINDOWS
docerr
Summary:
On page 8-19 of the "Microsoft Windows Software Development Kit
Reference Volume 2," the following statement is made in reference to
the FONT statement in a dialog box template:
The font must have been previously loaded, either from WIN.INI or
by calling LoadFont.
This statement is misleading because the LoadFont() function is not
part of Windows.
The AddFontResource() function is used to load fonts, and the
EnumFonts() function provides information on which fonts are available
in the system. These functions are documented in the "Microsoft
Windows Software Development Kit Reference Volume 1."
Additional reference words: 3.00