home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / winui / cmddlg / cdtest / font.h < prev    next >
Encoding:
Text File  |  1993-06-17  |  1.7 KB  |  46 lines

  1. void DoFontDialog(HWND) ;
  2. BOOL APIENTRY FontProc(HWND, UINT, UINT, LONG) ;
  3.  
  4.  
  5. #define ID_FONTDIALOG               607
  6. #define WM_CF_LF                    (WM_USER+2)
  7.  
  8. #define ID_STRUCTSIZEF              116
  9. #define ID_HWNDOWNERF               117
  10. #define ID_HDCF                     118
  11. #define ID_LOGFONTF                 119
  12. #define ID_POINTSIZEF               120
  13. #define ID_FLAGSF                   121
  14. #define ID_RGBCOLORSF               122
  15. #define ID_CUSTDATAF                123
  16. #define ID_HOOKF                    124
  17. #define ID_TEMPLATEF                125
  18. #define ID_HINSTANCEF               126
  19. #define ID_STYLEF                   127
  20. #define ID_FONTTYPEF                128
  21. #define ID_SIZEMINF                 129
  22. #define ID_SIZEMAXF                 130
  23. #define ID_ERRORF                   135
  24. #define ID_RETURNF                  136
  25. #define ID_HDCSCREEN                137
  26. #define ID_HDCPRINTER               138
  27. #define ID_HDCNULL                  131
  28. #define ID_EDITLOGFONT              132
  29. #define ID_RESETFONT                139
  30. #define ID_HDCINVALID               609
  31. #define ID_NULLSTRUCTFONT           608
  32. #define ID_PRELOADEDFONT            610
  33. #define ID_FONTLIST                 611
  34. #define F_ANSIONLY                  614
  35. #define F_TTONLY                    615
  36. #define F_SCREENFONTS               616
  37. #define F_PRINTERFONTS              617
  38. #define F_FIXEDPITCHONLY            618
  39. #define F_NOOEMFONTS                619
  40. #define F_NOSIMULATIONS             620
  41. #define F_NOVECTORFONTS             621
  42. #define F_SCALABLEONLY              622
  43. #define F_WYSIWYG                   623
  44. #define ID_MULTITHREADFONT          624
  45. #define ID_SEND_WM_CF_LF_MSG        625
  46.