SHOWFONT: Font Attribute Viewer

SHOWFONT is an adaptation of the FONTTEST application, which was provided in the Microsoft(R) Windows(TM) version 3.0 Software Development Kit (SDK). SHOWFONT is a font attribute viewer that allows you to quickly determine the visual and logical characteristics of Windows graphics device interface (GDI) FONT resources.

The SHOWFONT source code illustrates the following concepts:

Modal and modeless dialog box management

CFont attribute manipulation

Menu command dispatching

SHOWFONT requires special MFC libraries and include files; see the "MFC Libraries" and "MFC Include Files" abstracts to copy these files to your development system. SHOWFONT uses the following libraries: MLIBCEW.LIB (C Windows runtime library), LIBW.LIB (Windows library), and either MAFXCW.LIB (MFC medium-model Windows retail library) or MAFXCWD.LIB (MFC medium-model Windows debug library).

To build this application, you must have Microsoft C/C++ version 7.0 installed on your system.

{ewc navigate.dll, ewbutton, /Bcodeview /T"Click to open or copy files in the showfont project." /C"samples}