home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / graphics / gdi / fonts / fontview / readme.txt < prev    next >
Text File  |  1996-01-17  |  719b  |  23 lines

  1. Font Usage
  2.  
  3.  
  4. SUMMARY
  5. =======
  6.  
  7. The FONTVIEW sample demonstrates several programming aspects. As a 
  8. stand-alone application, it allows you to experiment with the various 
  9. parameters of the CreateFont function, as well as examine the fonts and 
  10. metrics returned by the call.
  11.  
  12. MORE INFORMATION
  13. ================
  14.  
  15. This sample also demonstrates the following:
  16.  
  17.   - Using CreateFont in your application.
  18.   - Creating a code base that can be compiled for 16-bit or 32-bit Windows.
  19.   - Creating an About box with a custom bitmap.
  20.   - Implementing the Help menu to interact with the Windows help engine.
  21.   - Incorporating a Status Bar in your application.
  22.   - Incorporating a Button Bar in your application.
  23.