home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / CPROG / CPRT104.ZIP / HPLASER2.CFG < prev    next >
Text File  |  1992-04-12  |  2KB  |  52 lines

  1. * CPRT - HP LaserJet II - PRINTER DEFINITION 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  27d 40d 115d 51d 66d   * Emphasized Print on
  17. DoubleStrikeOff 27d 40d 115d 48d 66d   * Emphasized Print off
  18.  
  19. CompressedOn  27d 40d 115d 49d 54d 46d 54d 72d * 16.66 CPI
  20. CompressedOff 27d 40d 115d 49d 48d 72d         * 10 CPI
  21.  
  22. HighLightOn   27d 40d 115d 51d 66d   * Emphasized Print on
  23. HighLightOff  27d 40d 115d 48d 66d   * Emphasized Print off
  24.  
  25. 10CPI         27d 40d 115d 49d 48d 72d
  26. 12CPI         27d 40d 115d 49d 50d 72d
  27. * 15CPI
  28. 17CPI         27d 40d 115d 49d 54d 46d 54d 72d   * 16.66 cpi (close enough)
  29. * 20CPI
  30.  
  31. 6LPI          27d 38d 108d 54d 68d
  32. 8LPI          27d 38d 108d 56d 68d
  33.  
  34. * BOLDON        27d 40d 115d 51d 66d
  35. * BOLDOFF       27d 40d 115d 45d 51d 66d
  36.  
  37. * ITALICON
  38. * ITALICOFF
  39.  
  40. UNDERSCOREON  1Bh 2Dh 1
  41. UNDERSCOREOFF 1Bh 2Dh 0
  42.  
  43. FONT1         27 40 115 51 84   *  COURIER
  44. FONT2         27 40 115 48 84   *  LINEPRINTER
  45. FONT3         27 40 115 52 84   *  HELV
  46. FONT4         27 40 115 53 84   *  TIMESROMAN
  47. FONT5         27 40 115 56 84   *  PRESTIGEELITE
  48. FONT6         27 40 115 54 84   *  GOTHIC
  49.  
  50. *Draft
  51. *NLQ
  52.