Font Usage SUMMARY ======= The FONTVIEW sample demonstrates several programming aspects. As a stand-alone application, it allows you to experiment with the various parameters of the CreateFont function, as well as examine the fonts and metrics returned by the call. MORE INFORMATION ================ This sample also demonstrates the following: - Using CreateFont in your application. - Creating a code base that can be compiled for 16-bit or 32-bit Windows. - Creating an About box with a custom bitmap. - Implementing the Help menu to interact with the Windows help engine. - Incorporating a Status Bar in your application. - Incorporating a Button Bar in your application.