home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgLangD.iso / C++-7 / DISK8 / MFC / SAMPLES / SHOWFONT / SHOWFONT.DE$ / showfont
Encoding:
Text File  |  1992-01-10  |  711 b   |  25 lines

  1. ; showfont.def : Defines the module parameters for ShowFont.
  2. ;
  3. ; This is a part of the Microsoft Foundation Classes C++ library. 
  4. ; Copyright (C) 1992 Microsoft Corporation 
  5. ; All rights reserved. 
  6. ;  
  7. ; This source code is only intended as a supplement to the 
  8. ; Microsoft Foundation Classes Reference and Microsoft 
  9. ; QuickHelp documentation provided with the library. 
  10. ; See these sources for detailed information regarding the 
  11. ; Microsoft Foundation Classes product.
  12.  
  13. NAME         ShowFont
  14. DESCRIPTION  'Font Viewer Utility'
  15.  
  16. EXETYPE      WINDOWS
  17. STUB         'WINSTUB.EXE'
  18.  
  19. CODE         PRELOAD MOVEABLE
  20. DATA         PRELOAD MOVEABLE MULTIPLE
  21.  
  22. HEAPSIZE     1024
  23. STACKSIZE    5120
  24.  
  25.