home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 2 / crawlyvol2.bin / apps / dtp / viewfont / fontview.doc < prev    next >
Text File  |  1993-01-01  |  3KB  |  51 lines

  1.       
  2.       
  3.       *****************************************************************
  4.       *                                                               *
  5.       *                F O N T V I E W   P R O G R A M                *
  6.       *                                                               *
  7.       *              <c> 1992 by SKWare One & S. K. Webb              *
  8.       *                                                               *
  9.       *****************************************************************
  10.       
  11.               The FONTVIEW.PRG is a GDOS font viewer program, and it's
  12.       public domain.  It will run in all STe resoltions (maybe more),
  13.       but looks best in monochrome.  It has two .RSC files, one for
  14.       color monitors (FNTVIEWC.RSC) and one for monochrome monitors
  15.       (FNTVIEWM.RSC).  It reports all data from the GDOS font header
  16.       and features the GDOS Typewriter described below. IT DOES NOT
  17.       REQUIRE THE GDOS PROGRAM to show GDOS fonts on-screen!
  18.       
  19.       
  20.                             *********************
  21.                             *  GDOS Typewriter  *
  22.                             *********************
  23.       
  24.               The GDOS typewriter is just what its name implies.  It
  25.       allows the GDOS font to be tested in actual-use conditions in any
  26.       combination of thirty sizes and all text styles (bold, italic,
  27.       lightened, outlined, or underlined).
  28.       
  29.               The text styles can be combined as you wish, but you will
  30.       discover than GEM does not like some combinations of text
  31.       effects, whereupon it wraps the character around the character
  32.       cell in a useless manner.  This does not result from a too-small
  33.       text effect buffer, as 40,000 bytes are provided for GEM to
  34.       fiddle in.
  35.       
  36.               The screen can be cleared and the text cursor homed by
  37.       the <Clr> key.  Characters can be erased by the <Backspace> key
  38.       delete.  When there is not room enough for an additional line of
  39.       text, the last line on the screen is deleted and the cursor
  40.       re-positioned at the beginning of that line. 
  41.       
  42.               A summary of the GDOS Typewriter commands is printed in a
  43.       ledger line at the bottom of the window. 
  44.       
  45.               The GDOS Typewriter MUST BE EXITED with a right mouse
  46.       click. You then have the option of changing the attributes of
  47.       the presently loaded font and re-viewing, loading a new font,
  48.       or exiting the program.
  49.  
  50.               Enjoy!
  51.