home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / util / font / fontshow.sit / FontShow.doc next >
Encoding:
Text File  |  1990-01-21  |  2.9 KB  |  74 lines

  1. The FontShow - a print utility (v1.2)
  2.  
  3. Ñ Introduction:
  4.  
  5. Programs like Key Caps or PopChar will show you all characters of the fonts installed in your system, but it½s hard to get a feeling for the "look" of a font from these programs. That½s why I wrote FontShow. It shows you a "real" text with lots of different characters and numbers. Additionally, you can display a character table or the famous quick-brown-fox-string. Output can be directed to either the screen or the printer.
  6.  
  7. Should be compatible with any kind of printer.
  8.  
  9. Ñ The menus:
  10.  
  11. ABOUT
  12.    Displays an info box
  13.  
  14. FILE
  15.    Page Setup╔
  16.       Presents standard page setup dialog.
  17.    Display╔ (Cmd-D)
  18.       Direct output to screen.
  19.    Print╔(Cmd-P)
  20.       Direct output to printer.
  21.    Quit (Cmd-Q)
  22.       Returns to Finder.
  23.  
  24. After choosing either Print or Display a list of all fonts installed in your system (or using SuitCase) will be presented, so you can select any fonts you like to see.
  25.  
  26. EDIT
  27.    Not used in FontShow.
  28.  
  29. SIZE
  30.  
  31. This menu can be used to select the character size. FontShow will only display a font if the selected size is available for this font; it will not scale fonts to that size.
  32.  
  33. STYLE
  34.  
  35. You may apply several styles like bold, italic, underline etc. to the selected fonts.
  36.  
  37. OPTIONS
  38.    Sample text
  39.    Sampe string
  40.    Character map
  41.  
  42. You can select a sample text, the well-known sentence "the quick brown fox. jumps over the lazy dog" in upper and lowercase, and a character table. Initially, all three options are selected.
  43.  
  44. Ñ Customization
  45.  
  46. You may change the sample text or string by using ResEdit to edit the resource fork of FontShow. The sample text is contained in a TEXT resource with ID 128. Take care that each line is terminated by a 0x0D character! The program does no text length checking so make sure that your sample text fits on the page. The sample strings are in a STR# resource with ID 129. You may change or add strings but, again, no length checking is performed.
  47.  
  48. Ñ Copyrights
  49.  
  50. None. This program is distributed under the HAPPYWARE system:
  51. If you like it, remember to SMILE!
  52.  
  53. I think it½s ridiculous to ask for money for quick hacks like this. It always annoys me when some guys want $5, $10 or even more for simple programs. This will corrupt the whole ShareWare system ! 
  54.  
  55. Written 1989 by Rainer Fuchs, Am Weingarten 13, D-6000 Frankfurt 90, FRG
  56. Bitnet/EARN: fuchs@embl
  57.  
  58. *No rights* reserved!
  59.  
  60. Ñ Known bugs
  61.  
  62. On systems with lots of LaserWriter download fonts the printer½s RAM buffer may overflow. Maybe someone can explain to me how to clear the buffer when a new font is sent to the printer ?!
  63.  
  64. ____________________________________________________________
  65. Changes in v1.2:
  66.   - Settings of Options menu now valid for both, screen and printer output.
  67.     - Added styles menu.
  68.  
  69. Changes in v1.1.1:
  70.     - Now compatible with EZ-Menu (mouse clicks in menu bar disabled).
  71.  
  72. Changes in v1.1: 
  73.     - Font number now shown.
  74.     - Fontsize menu added.