home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / UT / UT078.ZIP / LQF.DOC < prev    next >
Text File  |  1984-10-28  |  4KB  |  132 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.           LQ Font Generator.
  8.           Dr. James K. Hardy
  9.           Department of Chemistry
  10.           The University of Akron
  11.           Akron, Ohio   44325
  12.  
  13.  
  14.  
  15.           LQFont consists of two programs and 7 sample fonts for  use  with
  16.           the Epson LQ - 800/1000 printer.  The system is distributed as an
  17.           .ARC file and should contain the following:
  18.  
  19.           LQF.EXE        Character editor program
  20.  
  21.           LOAD.EXE       Program to upload fonts to the printer
  22.  
  23.           LQF.DOC        This file
  24.  
  25.           CAPS.FNT
  26.           SANSERIF.FNT
  27.           SCIENCE.FNT    Various sample fonts.
  28.           SHADOW.FNT
  29.           STENCIL.FNT
  30.           GOTHIC.FNT
  31.           SCRIPT.FNT
  32.  
  33.           This  system  is  distributed under the "User Supported" concept.
  34.           If you find it to be of use,  a $25.00 fee is requested.   Please
  35.           send your check to the me at the address above.
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.           LQF  -  The font editor.
  44.  
  45.           CGA adapter required.
  46.  
  47.           The  program is started at the DOS prompt by entering LQF.   Your
  48.           will then be asked for the name of the  font  file  you  wish  to
  49.           edit.   Enter the name (with no extension as a .FNT is added), if
  50.           the file exist,  the data will be loaded.   You can then  edit  a
  51.           character by pressing the appropriate key (eg.  press 'a' to edit
  52.           the character to be stored as lower case a).
  53.  
  54.           You will then see a 24 by 29 square  grid  which  represents  all
  55.           locations  where  a dot can be produced.   Three bold horizontial
  56.           lines will be drawn which represent,  from  top  to  bottom,  the
  57.           recommended  cap for upper case letters,  the recommended cap for
  58.           lower case letters,  and the baseline.   A bold vertical line  is
  59.           also drawn to indicate the maximum width for 12 pitch characters.
  60.           Note:    This  grid  is for NLQ letters.   Draft and proportional
  61.           characters are not supported.
  62.  
  63.           To create a character, you simply move the cursor to the block to
  64.           set and press the + key.   A point can be turned off by  pressing
  65.           the  -  key.   F1 will clear the whole character and F2 will save
  66.           the character.   The arrow keys (and the home,end,pgup,pgdn)  are
  67.           used  to move the characters.   All other keys are ignored during
  68.           an edit.
  69.  
  70.           Once you have created a character, press F2 to save it.  You will
  71.           then be asked for another character to edit.   Pressing the space
  72.           bar  will  result  in  saving  the  current  data  and ending the
  73.           program.
  74.  
  75.           You may hear the computer beep and refuse to set a point.    This
  76.           is when you break one of two rules.
  77.  
  78.           1.  Adjacent horizontial dots may not be set.
  79.  
  80.           2.  A combination of dots which would require that character code
  81.           26 be sent to the printer is not permitted.
  82.  
  83.  
  84.           LOAD
  85.  
  86.           To load a font file, enter LOAD at the DOS prompt.  You will then
  87.           be  asked  for  the font to load (omit the .FNT extension).   The
  88.           font is then loaded to the printer in NLQ mode.  You will then be
  89.           asked if you want a correspondence table which prints out the AS-
  90.           CII value,  ROM character and your new character in a  convenient
  91.           reference table.  You can also load the font by entering:
  92.  
  93.  
  94.                          LOAD fontname
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.           at the DOS prompt.
  103.  
  104.           In  this  case  the  font  is  directly  loaded  and  no table is
  105.           produced.   This is typically more convenient if you wish to load
  106.           a font from a batch file.
  107.  
  108.           New fonts can be loaded simply by rerunning LOAD.
  109.  
  110.  
  111.           To  use  your  new font,  you must instruct your program (or word
  112.           processor) that you want to select the uploaded font.   The  com-
  113.           mand is
  114.                          ESC % 1
  115.  
  116.           To return to the ROM font, issue the command
  117.  
  118.                          ESC % 0
  119.  
  120.  
  121.  
  122.  
  123.           Sample  fonts:    Several  fonts are included with the set.   You
  124.           should look at them to get an idea as to the best way to  make  a
  125.           new character set.
  126.  
  127.  
  128.  
  129.           If you have any questions on comments,  please feel free to write
  130.           on leave me EMAIL on CompuServe [74414,452]
  131.  
  132.