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

  1. * CPRT - IBM GRAPHICS PRINTER - 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.  
  13. Destination LPT1
  14.  
  15. Init 20 27 70 27 72 27 84  * Set print controls before starting
  16. Restore                    * Reset print controls before starting
  17.  
  18. 6LPI          1Bh 32h
  19. 8LPI          1Bh 30h
  20.  
  21. 10cpi         18d
  22. 12cpi         27d 58d
  23. 17cpi         15d
  24.  
  25. BOLDON        1Bh E        * Bold
  26. BOLDOFF       1Bh F        *
  27.  
  28. DoubleStrikeOn  ^[ G       * Bold
  29. DoubleStrikeOff ^[ H       *
  30.  
  31. CompressedOn  15d          *
  32. CompressedOff 18d          *
  33.  
  34. HighLightOn   27d 45d 1d   * Underline
  35. HighLightOff  27d 45d 1d   *
  36.  
  37. UNDERSCOREON  1Bh 2Dh 1
  38. UNDERSCOREOFF 1Bh 2Dh 0
  39.