Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

52 lines
2.1 KiB

  1. IBM QuickWriter
  2. Master Units
  3. 360x360 -- This allows same resolution as 3.0 driver.
  4. Graphics Resolution
  5. 120x180
  6. 180x180
  7. Note: The manual has the resoulutions listed as Y by X rather than X by Y.
  8. All of these resolutions are single pass 24 pin modes with no interlacing.
  9. Each pass sends three bytes per column.
  10. The default CTT is CP850. The embedded fonts are all either CP437 or
  11. CP850 and it is necessary to select both the font and code page
  12. for font selection. I used the Courier 10 CPI as the default font. The
  13. driver also uses an x-move command that requires setting the printer into
  14. a known CPI state. As a result, all font de-select commands use the
  15. ESC[T command to set the printer to CP850 so that the full ANSI char set is
  16. available.
  17. NOTE: The 3.0 driver has GDI fonts mixed in with device fonts. This causes
  18. some confusion since, for example, Courier has about ten different point
  19. sizes. The 3.1 driver separates the device fonts from GDI fonts, and device
  20. fonts only have one point size. The user can use True Type to simulate
  21. any other point size.
  22. The printer cannot do italic print from normal fonts. Special italic fonts
  23. are required to do the italic text.
  24. Since fonts are called by an ID number, it is transparent to the printer
  25. whether the font is embedded, hardwired cartridge or Downloaded into the
  26. cartridge. As such, all fonts use the same commands independent of source
  27. so some font files are used for several modes.
  28. If the font is a download font, the font must be loaded into the font cartridge
  29. from DOS before running the Windows app. The driver does not support
  30. on-line downloading of fonts. (This is compatible with the 3.0 driver.)
  31. **NOTE:**
  32. I did not check the downloadable fonts since the cartridge and disk are not
  33. available. The download fonts were copied from the IBM QuietWriter driver
  34. since they seem to be the same. This will have to be checked for accuracy.
  35. The driver is set up to feed paper from:
  36. Tractor Feed
  37. Cut Sheet Feeder Auto
  38. Cut Sheet Feeder Manual
  39. Only the tractor feed option has been tested.