home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d1xx / d179 / tsnip.lha / TSnip / TSnipGen.doc < prev    next >
Text File  |  1989-02-25  |  933b  |  28 lines

  1.  
  2. TSNIPGEN - generate a file to enable TSNIP to recognize text in another font
  3.  
  4. © 1988 John Russell
  5.  
  6. SNIPGEN is released to the public domain as is, TSNIP is freeware.
  7.  
  8. Usage: tsnipgen <fontname>
  9.  
  10. When you run TSnipGen with a single argument, it creates a file with a name
  11. that ends in ".fontdef" and should be 760 bytes long. This file contains a
  12. bitmap image of the printable characters in the font that TSnip can recognize.
  13.  
  14. When running TSnip you can give the argument "-f <fontname>". TSnip will
  15. search the current directory and your S: directory for <fontname>.fontdef
  16. and if found will recognize text in that font (and _only_ that font). TSnip
  17. will only work with fixed-width, 8 x 8 fonts. In v1.4 TSnip allows you to
  18. change fonts at any time via a string gadget on the control panel.
  19.  
  20. Example:
  21.     tsnipgen pearl
  22.     copy pearl.fontdef s:
  23.     tsnip -f pearl
  24.  
  25. I've included some fonts and .fontdef files in this archive.
  26.  
  27. John
  28.