home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 14 / CDACTUAL.iso / cdactual / demobin / share / program / asm / RTGRAF.ZIP / FONTS.ZIP / FONTS.DOC < prev    next >
Encoding:
Text File  |  1990-06-19  |  1.4 KB  |  68 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.           -- FONTS --
  10.  
  11.           This ZIP contains programs (with source) to convert font files
  12.           that are found on some systems called VFONT.  There is a
  13.           description of the format and uses of the VFONT file format.
  14.  
  15.           There are two forms of the conversion process (very similar).
  16.           CVRTFNTB builds a binay image in a file that can be dynamically
  17.           loaded by your program. CVRTFNTH takes the same file as input,
  18.           but writes to stdout a set of text records that can be used as an
  19.           include for compiling in the font definition.
  20.  
  21.           If you cone up with some other conversions, I would appreciate it
  22.           very much is you could send me your conversions program and base
  23.           font files for the library.
  24.  
  25.           FNT_TST will simply display all of the available characters
  26.           within the set. You may specify a display mode after the font
  27.           binary image name for VGA (0x12) or SVGA (board dependant).
  28.  
  29.           == BACKSPACING ==
  30.  
  31.           One of the interesting probles when attempting to do interactive
  32.           text input is how to handle the backspace. This is especially
  33.           true when you are working over a patterned background. What do
  34.           you display in place of that character that was deleted?
  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.  
  64.  
  65.  
  66.  
  67.  
  68.