home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / cobol / library / egull / fntedit.doc < prev    next >
Encoding:
Text File  |  1990-11-18  |  2.2 KB  |  133 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.                     Egull PC COBOL Advanced Function Library
  27.  
  28.                                   Version 3.0
  29.  
  30.                               Font Editor Utility
  31.  
  32.  
  33.                  Copyright (C) Scott Richard McLeod 1989, 1990
  34.                               All Rights Reserved
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                     $50 Shareware Contribution Requested
  64.  
  65.  
  66.  
  67.  
  68.  
  69.                   Egull PC-COBOL Advanced Function Library
  70.                             Font Editor Utility
  71.  
  72.  
  73.  
  74.     FNTEDIT
  75.     ═══════
  76.     The Egull Font editor is a very simple tool.  It provides you
  77.     with a means a drawing characters of variable height.  The font,
  78.     onced saved, can be loaded into the EGA/VGA memory as a default
  79.     character set or you can display them independantly of the
  80.     adapter using some of the EGA and CGA graphics routines.
  81.  
  82.     You start the editor by entering "FNTEDIT" at the DOS prompt.
  83.     You will be prompted for the name of the file to edit.  The file
  84.     has a ".FNT" entension.  You can change drive or directory from
  85.     the load screen or you can request a list of all font files in
  86.     the current directory.
  87.  
  88.     If the file name you enter is new, you will be requested to
  89.     enter the height of the new font.  A font is always 8 pixels
  90.     wide (EGA/VGA limitation).  You can make its height, in scan
  91.     lines anywhere from 8 to 24 lines long.
  92.  
  93.     Next you will get the main edit screen.  It displays one
  94.     character at a time.  You can move the cursor to any point on
  95.     the font with the arrow keys.  Pressing the SPACE BAR or the "0"
  96.     key will turn a pixel of the font OFF.  Pressing a "1" will turn
  97.     the pixel on.  Thats all there is to editing.
  98.  
  99.     You move between characters with the F7 (previous) and F8 (next)
  100.     function keys.
  101.  
  102.     When you exit the system, you press F3 and the font will be
  103.     saved/replaced on disk using the name you started with.  If you
  104.     press SHIFT-F3 you updates will be canceled.  If you font was a
  105.     new file it will not even be created.
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.                                        1.
  131.  
  132.  
  133.