home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 15 / CDACTUAL15.iso / cdactual / program / pascal / FLASHPAC.ZIP / PRTDOC.PFD < prev    next >
Encoding:
Text File  |  1991-03-15  |  723 b   |  17 lines

  1. ;- printer setup codes for an IBM graphics printer
  2.  
  3. ;- initstring = \15       ;- init string condensed print
  4.  
  5. :initstring=\27\58    ;- select 12-pitch font ( quietwriter III )
  6. :initstring=\27\48    ;- selects 8 lines per inch
  7. :initstring=\27\67\68    ;- sets page length to 59 inches
  8. formfeed = 12          ;- character used for printer form feed
  9. pagelen = 68           ;- number of lines per page
  10. mt = 5               ;- top margin
  11. mb = 10            ;- bottom margin
  12. mr = 70                ;- 70 characters from left margin to right margin
  13. po = 1               ;- position left column offset 5 characters
  14. xl = 254,127           ;- translate chr( 254 ) into chr( 254 )
  15. xl = 20,0           ;- translate chr( 20 ) into null bytes
  16. xl = 196,0
  17.