FONT.H
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:2k
源码类别:

Windows编程

开发平台:

Visual C++

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