home *** CD-ROM | disk | FTP | other *** search
- PrFont : Print a sample of each font in fonts:
-
- Version 1.4
- by Joel Swank
- 1/12/91
-
-
- PrFonts uses the AvailFonts system service to find all the fonts in the
- Amiga fonts: directory. It then draws one line of each on a custom hi-res
- 640 by 400 screen and uses DumpRastPort to print the screen on the printer.
- It then clears the screen and repeats the above until all fonts have been
- printed. You may click the close gadget and PrFont will exit at the end of
- the next screen. PrFont may be run from the CLI or Workbench.
-
- CLI usage:
-
- >prfont [-a -s -d# -l -m -i]
-
- -a Draw all characters of each font rather than just one line. This
- will result in a printout from 5 to 10 times a big as the default
- one line listing.
-
- -s Display the fonts on the screen only, do not print. When using this
- option you must click the left mouse button after each screen is
- displayed to go to the next.
-
- -l Use a 320 by 200 window on a low resolution screen.
-
- -m Use a 640 by 200 window on a medium resolution screen.
-
- -i Use a 320 by 400 window on a intermediate resolution screen.
-
- -d# Set the print density. '#' must be a number between 1 and 7
- inclusive. This number is passed to DumpRastPort and may or may
- not have an affect on the printout depending on your printer
- driver.
-
-
- Prfont may be run from a tool icon by naming it prfont.info and double
- clicking it. Prfont accepts the following tooltypes in the icon's
- tooltypes array. You can use the workbench info menu item to enter
- any of these into the tooltypes array. Place each on a separate line.
- They must be in upper case and the '=' is required.
-
- ALL= same as -a above.
-
- SHOW= same as -s above.
-
- LOWRES= same as -l above
-
- MEDRES= same as -m above
-
- IRES= same as -i above
-
- DENSITY=# same as -d# above.
-
-
- You may use prfonts to see other font libraries beside the default
- by reassigning the fonts: logical name to the other library.
-
- Example:
-
- >assign fonts: df1:myotherfonts
-
- When done using prfonts on this library reassign fonts: back to the
- default:
-
-
- >assign fonts: workbench:fonts
-
-
- You may have to alter your printer preferences to get an acceptable
- printout. I have been using black and white shade, threshhold 5,
- aspect horizontal, and image negative. These appear on Graphic 1 page
- of printer preferences.
-
-
- Registration:
-
- You can register PrFont by sending $10 to the address below.
- Registration makes you eligible for automatic update with any future
- versions and guaranteed response to any bug reports.
-
- Send bugs, complaints, accolades, and registration to:
-
-
- Joel Swank
- 205 NW Meadow Drive.
- Beaverton, OR 97006
- (503) 641-6203
-