home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / fonts / prfont.lha / PrFont.doc < prev    next >
Text File  |  1992-02-21  |  3KB  |  91 lines

  1.                 PrFont : Print a sample of each font in fonts:
  2.  
  3.                              Version 1.4
  4.                             by Joel Swank
  5.                                1/12/91
  6.  
  7.  
  8.    PrFonts uses the AvailFonts system service to find all the fonts in the
  9. Amiga fonts: directory. It then draws one line of each on a custom hi-res
  10. 640 by 400 screen and uses DumpRastPort to print the screen on the printer.
  11. It then clears the screen and repeats the above until all fonts have been
  12. printed. You may click the close gadget and PrFont will exit at the end of
  13. the next screen. PrFont may be run from the CLI or Workbench.
  14.  
  15. CLI usage:
  16.  
  17. >prfont [-a -s -d# -l -m -i]
  18.  
  19.    -a  Draw all characters of each font rather than just one line. This
  20.        will result in a printout from 5 to 10 times a big as the default
  21.        one line listing.
  22.  
  23.    -s  Display the fonts on the screen only, do not print. When using this
  24.        option you must click the left mouse button after each screen is
  25.        displayed to go to the next.
  26.  
  27.    -l  Use a 320 by 200 window on a low resolution screen.
  28.  
  29.    -m  Use a 640 by 200 window on a medium resolution screen.
  30.  
  31.    -i  Use a 320 by 400 window on a intermediate resolution screen.
  32.  
  33.    -d# Set the print density. '#' must be a number between 1 and 7 
  34.        inclusive. This number is passed to DumpRastPort and may or may 
  35.        not have an affect on the printout depending on your printer
  36.        driver.
  37.  
  38.  
  39. Prfont may be run from a tool icon by naming it prfont.info and double
  40. clicking it. Prfont accepts the following tooltypes in the icon's
  41. tooltypes array. You can use the workbench info menu item to enter
  42. any of these into the tooltypes array. Place each on a separate line.
  43. They must be in upper case and the '=' is required.
  44.  
  45.    ALL=       same as -a above.
  46.  
  47.    SHOW=      same as -s above.
  48.  
  49.    LOWRES=    same as -l above
  50.  
  51.    MEDRES=    same as -m above
  52.  
  53.    IRES=      same as -i above
  54.  
  55.    DENSITY=#  same as -d# above.
  56.  
  57.  
  58. You may use prfonts to see other font libraries beside the default
  59. by reassigning the fonts: logical name to the other library.
  60.  
  61. Example:
  62.  
  63. >assign fonts: df1:myotherfonts
  64.  
  65. When done using prfonts on this library reassign fonts: back to the
  66. default:
  67.  
  68.  
  69. >assign fonts: workbench:fonts
  70.  
  71.  
  72. You may have to alter your printer preferences to get an acceptable
  73. printout. I have been using black and white shade, threshhold 5,
  74. aspect horizontal, and image negative. These appear on Graphic 1 page
  75. of printer preferences.
  76.  
  77.  
  78. Registration:
  79.  
  80.   You can register PrFont by sending $10 to the address below.
  81. Registration makes you eligible for automatic update with any future
  82. versions and guaranteed response to any bug reports.
  83.  
  84. Send bugs, complaints, accolades, and registration to:
  85.  
  86.  
  87. Joel Swank
  88. 205 NW Meadow Drive.
  89. Beaverton, OR 97006
  90. (503) 641-6203
  91.