home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 19 Printer / 19-Printer.zip / CPRT102.ZIP / CPRT.CFG next >
Text File  |  1992-04-12  |  1KB  |  52 lines

  1. * CPRT - IBM PROPRINTER X24 - PRINTER CONFIGURATION FILE
  2. * Comment must be the last thing on a line and start with a *
  3. * Control codes must be seperated by spaces.
  4. * Codes in decimal must end with a 'd'.  e.i. 27d 72
  5. * Codes in Hex must end with a 'h'.      e.i. 1Bh 48h
  6. * Ascii is assumed.                      e.i. ^[  H
  7. * '^' indicates the following character is a controll character. ^[ = esc.
  8. * If a ^ character is needed, use the decimal or hex notation.
  9. * If a / character is needed, use the decimal or hex notation. The ascii
  10. * notation is reserved for future use.
  11.  
  12. Init   11h             * Set print controls before starting
  13. Restore                * Reset print controls before starting
  14. Destination LPT1
  15.  
  16. DoubleStrikeOn  ^[ G   *
  17. DoubleStrikeOff ^[ H   *
  18.  
  19. CompressedOn  0fh      *
  20. CompressedOff 12h      *
  21.  
  22. HighLightOn   1Bh E
  23. HighLightOff  1Bh F
  24.  
  25. 10CPI         12h
  26. 12CPI         1Bh 3Ah
  27. * 15CPI
  28. 17CPI         0Fh
  29. * 20CPI
  30.  
  31. 6LPI          1Bh 32h
  32. 8LPI          1Bh 30h
  33.  
  34. BOLDON        1Bh E
  35. BOLDOFF       1Bh F
  36.  
  37. * ITALICON      1Bh 4
  38. * ITALICOFF     1Bh 5
  39.  
  40. UNDERSCOREON  1Bh 2Dh 1
  41. UNDERSCOREOFF 1Bh 2Dh 0
  42.  
  43. FONT1         1Bh 6Bh 0
  44. FONT2         1Bh 6Bh 1
  45. FONT3         1Bh 6Bh 2
  46. FONT4         1Bh 6Bh 3
  47. FONT5         1Bh 6Bh 4
  48. FONT6         1Bh 6Bh 6
  49.  
  50. *Draft
  51. NLQ           1Bh 73d 2d
  52.