home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / printer / prfont12.lha / prfont.doc < prev    next >
Text File  |  1990-02-21  |  2KB  |  68 lines

  1.                 PrFont : Print a sample of each font in fonts:
  2.  
  3.                             by Joel Swank
  4.                                1/15/89
  5.  
  6.  
  7.    PrFonts uses the AvailFonts system service to find all the fonts in the
  8. Amiga fonts: directory. It then draws one line of each on a custom hi-res
  9. screen and uses DumpRastPort to print the screen on the printer. It then
  10. clears the screen and repeats the above until all fonts have been printed.
  11. You may click the close gadget and PrFont will exit at the end of the next
  12. screen. PrFont may be run from the CLI or Workbench.
  13.  
  14. CLI usage:
  15.  
  16. >prfont -a -s -d#
  17.  
  18.    -a  Draw all characters of each font rather than just one line. This
  19.        will result in a printout from 5 to 10 times a big as the default
  20.        one line listing.
  21.  
  22.    -s  Display the fonts on the screen only, do not print. When using this
  23.        option you must click the left mouse button after each screen is
  24.        displayed to go to the next.
  25.  
  26.    -d# Set the print density. '#' must be a number between 1 and 7 
  27.        inclusive. This number is passed to DumpRastPort and may or may 
  28.        not have an affect on the printout depending on your printer
  29.        driver.
  30.  
  31.  
  32. Prfont may be run from a tool icon by naming it prfont.info and double
  33. clicking it. Prfont accepts the following tooltypes in the icon's
  34. tooltypes array. You can use the workbench info menu item to enter
  35. any of these into the tooltypes array. Place each on a separate line.
  36. They must be in upper case and the '=' is required.
  37.  
  38.    ALL=       same as -a above.
  39.  
  40.    SHOW=      same as -s above.
  41.  
  42.    DENSITY=#  same as -d# above.
  43.  
  44.  
  45. You may use prfonts to see other font libraries beside the default
  46. by reassigning the fonts: logical name to the othe library.
  47.  
  48. Example:
  49.  
  50. >assign fonts: df1:myotherfonts
  51.  
  52. When done using prfonts on this library reassign fonts: back to the
  53. default:
  54.  
  55.  
  56. >assign fonts: workbench:fonts
  57.  
  58.  
  59. You may have to alter your printer preferences to get an acceptable
  60. printout. I have been using black and white shade, threshhold 5,
  61. aspect horizontal, and image negative. These appear on Graphic 1 page
  62. of printer preferences.
  63.  
  64.  
  65. Joel Swank
  66. 205 NW Meadow Drive.
  67. Swamp, OR 97006
  68.