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

Windows编程

开发平台:

Visual C++

  1. Printing
  2. SUMMARY
  3. =======
  4. The PRINTER sample does the following:
  5.   - Shows how to print using both the CreateDC and the PrinterDlg methods 
  6.     for acquiring a printer HDC. The user is allowed to print different 
  7.     graphical objects, as well as a complete device font set. An "Abort" 
  8.     dialog box is also implemented.
  9.   - Provides complete device capabilities for all printers and the display.
  10.   - Provides information (levels 1 and 2) returned by a call to 
  11.     EnumPrinters.
  12.   - Shows how to enumerate fonts for a particular DC.
  13.   - Illustrates differences between the various mapping modes.
  14.   - Demonstrates GDI features.
  15. MORE INFORMATION
  16. ================
  17. The main application window contains a menu and a toolbar. The submenus are:
  18. Print
  19. Calls CreateDC to get a device context for the selected printer in the 
  20. toolbar combo box, and then prints the current graphics options to this DC.
  21. PrintDlg
  22. Calls PrintDlg to retrieve a device context for a printer, then prints out 
  23. current graphics options to this DC.
  24. GetDeviceCaps
  25. Retrieves device capabilities for devices currently selected in the toolbar 
  26. combo box, and displays them in a dialog box.
  27. EnumPrinters
  28. Retrieves level 1 and 2 information returned by EnumPrinters and displays 
  29. this information in a dialog box.
  30. GetPrinterDriver
  31. Returns level 1 and 2 information returned by GetPrinterDriver (for 
  32. currently selected printer) and displays this information in a dialog box.
  33. EnumPrinterDrivers
  34. Returns level 1 and 2 information returned by EnumPrinterDrivers and 
  35. displays this information in a dialog box.
  36. Refresh
  37. Refreshes the contents for the toolbar combo box.
  38. About
  39. Application information dialog
  40. Mapping Modes
  41. User selects between different mapping modes.
  42. Graphics
  43. User selects different primitives to display.
  44. Pen
  45. User can configure size, color, and style of drawing pen.
  46. Brush
  47. User can configure size, color, and style of drawing brush.
  48. Text color
  49. User can configure color used to draw fonts.