home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 256.lha / fonz / fonz.doc < prev    next >
Text File  |  1989-06-08  |  2KB  |  58 lines

  1. Fonz -- SetFont for program which opens its own screen.
  2. Version: 1.0
  3.  
  4. Why:
  5.     Because I cannot stand topaz font on my communication 
  6.     program's screen.
  7.  
  8. Usage:
  9.     fonz [-s font_size] [-w wait_max] font_name screen [window]
  10.  
  11.     With no argument, "fonz" lists all screens each follows by its own
  12.         windows.
  13.  
  14.     -s font_size:
  15.         Specify the font_size; default value == 8;
  16.         /* I have not try anything other than 8 */
  17.     -w wait_max:
  18.         (just for you Jon ;-) ...)
  19.         how long to wait around. One unit of wait_max == 10 secs.
  20.         Often used to start "fonz" in advance and force "fonz" to
  21.         wait until wait_max is expired or until the target window
  22.         is opened.
  23.         I use this alias
  24. alias c "runback df0:c/fonz -w 12 clean Handshake; run df2:c/handshake"
  25.         to set up the "clean" font for my "Handshake" program.
  26.     font_name: 
  27.         is the font name available in fonts:
  28.     screen:
  29.         screen name. A list of screen names can be obtained by 
  30.         using "fonz" with no argument.
  31.     window:
  32.         window name. A list of window names can also be obtained 
  33.         using "fonz" with no argument.
  34.         If "window" is omitted, the first window with the NULL title is 
  35.         the target window.
  36.  
  37.  
  38.     If you are not using the [-w] flag, the target window must 
  39.     already be opened.
  40.  
  41.     If there are more than one NULL title window on a screen, only the 
  42.     first one is reachable.
  43.     NULL Title Screen? Fix the source code if you want to deal with it.
  44.  
  45.     Sometimes, old font came back. Chances are the program that owns 
  46.     the target window had decided that it was time to refresh its font.
  47.     All you can do is to flip back to the "CLI" and use "fonz" again.
  48.  
  49.     use "SetFont" to set the font for the console window.
  50.  
  51.     I would like very much to hear your bug report, comments ...
  52.  
  53. Author:
  54.     Hung Le (mott@ucscb.ucsc.edu  ...!ucbvax!ucscc!ucscb!edu)
  55.  
  56.     Feel free to use the source codes if they are useful to you.
  57.  
  58.