home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / lambda / soundpot / p / pxsketch.lbr / TOPNT.DZC / TOPNT.DOC
Encoding:
Text File  |  1993-10-25  |  1.0 KB  |  21 lines

  1. SKETOPNT.BAS and FONTOPNT.BAS are programs for the SKETCHPX
  2. system of programs
  3.  
  4. SKETOPNT.BAS reads a .SKE file of a graphic screen (arranged as
  5. 64 rows of 60 bytes each, as created by the SKETCHPX program) and
  6. converts it to a file of printer graphics (arranged as 8 rows of
  7. 480 bytes each).  This new file can be used to put parts of a
  8. sketch in a printer file by loading bytes from the file produced
  9. by SKETOPNT and prefixing them with the appropriate printer
  10. commands.  The BASIC program is slow; be patient or try racing it
  11. by hand.
  12.  
  13. FONTOPNT.BAS is also for the SKETCHPX system.  It reads the
  14. definitions of user defined graphic characters in a .FON or .SKE
  15. file and converts them to one in which they are packed 10 bytes
  16. at a time with the command sequence to produce them on the
  17. Seikosha SP-1000as printer (and most Epson printers?).  It also
  18. can be read easily to get the definitions into various other
  19. programs.       The program is BASICally slow, be patient.
  20.  
  21.