home *** CD-ROM | disk | FTP | other *** search
/ Fatal Distractions! / fataldistractions.bin / appndxa / masters / fontedit.doc < prev    next >
Text File  |  1992-06-21  |  5KB  |  135 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.                        ┌───────────────────────────┐
  9.                        │                           │
  10.                        │   The Font Editor v.1.1   │
  11.                        │                           │
  12.                        └───────────────────────────┘
  13.  
  14.                                 Written by
  15.                               Harald Thunem
  16.  
  17.  
  18.  
  19.          1.  SHORT DESCRIPTION
  20.              ─────────────────
  21.  
  22.            This package contains a few  programs to create,  edit and load
  23.          ASCII font characters in text-mode.
  24.  
  25.            Since writing manuals is not my favourite pastime, this will be
  26.          rather short !
  27.  
  28.  
  29.          2.  THE FILES
  30.              ─────────
  31.  
  32.            FONTEDIT.EXE       - The font editor program
  33.            FONTEDIT.DOC       - This file
  34.            STANDARD.FNT       - Standard ASCII font file
  35.            MODERN.FNT         - Modern font file
  36.            UGLY.FNT           - a really ugly font file
  37.            *.FNT              - Other font files
  38.  
  39.  
  40.          3.  REQUIREMENTS
  41.              ────────────
  42.  
  43.            VGA - it works reasonably well on EGA, but you'll have to make
  44.                  your own standard font.
  45.            DOS 3.x or higher
  46.  
  47.  
  48.          4.  HOW TO USE  THE FONT EDITOR
  49.              ───────────────────────────
  50.  
  51.            Start it up with the command
  52.  
  53.              FE fontfile[.ext]
  54.  
  55.          where fontfile[.ext] is the name of the file containing the font
  56.          you want to edit. If you want to make a new font, copy one of
  57.          the font files to another file, and edit that.
  58.  
  59.            The program will display all the characters (0-255) in a
  60.          separate window on the right of the screen. The character currently
  61.          being edited will have different attributes from the others. On
  62.          the left is the editor window.
  63.  
  64.  
  65.                             ASCII Font Editor
  66.  ┌────┬───┬───┬───┬───┬───┬───┬───┬───┬───────┐   ┌──────────────────────────┐
  67.  │    │ 1 │ 2 │ 3 │ 4 │ 5 │ 6 │ 7 │ 8 │ Value │   │        │
  68.  ├────┼───┴───┴───┴───┴───┴───┴───┴───┼───────┤   │>< !"#$%&'()*+,-./0123│
  69.  │  1 │                               │  $00  │   │456789:;<=>?@ABCDEFGHIJKLM│
  70.  │  2 │                               │  $00  │   │NOPQRSTUVWXYZ[\]^_`abcdefg│
  71.  │  3 │            ▒▒▒                │  $10  │   │hijklmnopqrstuvwxyz{|}~Çü│
  72.  │  4 │        ▒▒▒ ▒▒▒ ▒▒▒            │  $38  │   │éâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜ¢│
  73.  │  5 │    ▒▒▒ ▒▒▒     ▒▒▒ ▒▒▒        │  $6C  │   │£¥₧ƒáíóúñѪº¿⌐¬½¼¡«»░▒▓│┤╡│
  74.  │  6 │▒▒▒ ▒▒▒             ▒▒▒ ▒▒▒    │  $C6  │   │╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧│
  75.  │  7 │▒▒▒ ▒▒▒             ▒▒▒ ▒▒▒    │  $C6  │   │╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘ│
  76.  │  8 │▒▒▒ ▒▒▒ ▒▒▒ ▒▒▒ ▒▒▒ ▒▒▒ ▒▒▒    │  $FE  │   │Ωδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■     │
  77.  │  9 │▒▒▒ ▒▒▒             ▒▒▒ ▒▒▒    │  $C6  │   └─── ASCII number =  65 ───┘
  78.  │ 10 │▒▒▒ ▒▒▒             ▒▒▒ ▒▒▒    │  $C6  │
  79.  │ 11 │▒▒▒ ▒▒▒             ▒▒▒ ▒▒▒    │  $C6  │   ┌──────────────────────────┐
  80.  │ 12 │▒▒▒ ▒▒▒             ▒▒▒ ▒▒▒    │  $C6  │   │  Commands :              │
  81.  │ 13 │                               │  $00  │   │  F2  - Save font         │
  82.  │ 14 │                               │  $00  │   │  F3  - Choose character  │
  83.  │ 15 │                               │  $00  │   │  F4  - About             │
  84.  │ 16 │                               │  $00  │   │  Esc - Quit              │
  85.  └────┴───────────────────────────────┴───────┘   └──────────────────────────┘
  86.     - move cursor   space - toggle                    File : STANDARD.FNT
  87.  
  88.  
  89.  
  90.            The program will start at ASCII character 65, which is the
  91.          capital A.  To edit the character,  move the cursor (a redefined
  92.          character 0) with the arrow keys and press [space] to toggle the
  93.          value. You will see the character change both in the editor
  94.          window, in the ASCII table window and anywhere else on the screen
  95.          where that character is written.
  96.  
  97.            You should save the font to file every time you finish editing
  98.          a character. Press F2 to save.
  99.  
  100.            Select a new character to edit by  pressing F3.  Use the arrow
  101.          keys to move and [return] to select.
  102.  
  103.            Press Esc to quit  the program.  You will be asked to save the
  104.          font. Press [Y] or [N].
  105.  
  106.  
  107.            When you have left the program, the font you have been working
  108.          on will still be active,  so if you want the original font back,
  109.          you can give the command
  110.  
  111.              MODE CO80
  112.  
  113.          at the DOS prompt.
  114.  
  115.  
  116.          5.  ACKNOWLEDGEMENTS
  117.              ────────────────
  118.  
  119.            The programs and the unit was written using Borlands Turbo
  120.          Pascal 6.0.
  121.  
  122.            If you have any comments or complaints, I can be reached at
  123.          email address :
  124.  
  125.                thunem@kjemi.unit.no
  126.  
  127.          or:
  128.  
  129.                Harald Thunem
  130.                Inst. for Physical Chemistry
  131.                NTH
  132.                7000 Trondheim
  133.                NORWAY
  134.  
  135.