home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 192.lha / Snip_v1.3 / snipgen.doc < prev    next >
Text File  |  1988-04-28  |  1KB  |  31 lines

  1.  
  2. SNIPGEN - generate a file that enables SNIP to recognize text in another font
  3.  
  4. © 1988 John Russell
  5.  
  6. SNIPGEN is released to the public domain as is, SNIP is freeware.
  7.  
  8. Usage: snipgen <fontname>
  9.  
  10. When you run snipgen 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 SNIP can recognize.
  13.  
  14. When running SNIP you can give the argument "-f <fontname>". SNIP will search
  15. the current directory and your S: directory for <fontname>.fontdef and if
  16. found will recognize text in that font (and _only_ that font). Snip will only
  17. work with fixed-width, 8 x 8 fonts.
  18.  
  19. Example:
  20.     snipgen pearl
  21.     copy pearl.fontdef s:
  22.     snip -f pearl   (or snip -K 0 -1 -f pearl if you want to combine arguments)
  23.  
  24. The Setfont program by Dave Haynie is a popular way to change the default
  25. font used by programs, so I've included it here in order to let you
  26. experiment with different types of fonts.
  27.  
  28. I've also included the font "pearl 8" and the fontdef file for it that was
  29. created by SnipGen.
  30.  
  31.