home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / MM1 / GRAPHICS / fontcollection_MM1.lzh / FNTCOL16 / browse.txt < prev    next >
Text File  |  1995-12-27  |  1KB  |  24 lines

  1. I needed a way to browse thru all of these fonts and figured that you would 
  2. too; so I wrote browse.bat and display.bat.  
  3.  
  4. To use browse.bat, just run it with the filespec of the font files you'd like 
  5. to see.  For example, if you want to see what the Old English fonts look like 
  6. type this: 
  7.  
  8. browse old*.*
  9.  
  10. Yossi Gil's utilities do almost all of the work but they don't quite do all 
  11. that is necessary.  Browse.bat cycles thru all of the files you specify with 
  12. the argument by using a FOR statement and display.bat clears the screen, 
  13. displays all of the font's characters, displays the font's name and waits for 
  14. you to press a key.  Display.bat is just serves as a container for all of 
  15. these commands since a FOR statement can only take one command in its DO 
  16. clause. 
  17.  
  18. Have fun with these and don't forget to get my program, BIGTXT20, so you can 
  19. make banners with your favorite font!  Look for BIGTXT20 in the screen 
  20. directory of your local Simtel archive mirror. 
  21.  
  22. William Luitje
  23. luitje@m-net.arbornet.org or luitje@m-net.ann-arbor.mi.us
  24.