home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / pcfonts / dumpfonthlp.txt < prev    next >
Text File  |  2020-01-01  |  1KB  |  25 lines

  1. DUMPFONT: Dump current EGA/VGA text mode font to file. Ver 1.5 Apr 16 1993
  2. Copyright (c) 1990-1993 by Yossi Gil, P.O.Box 3148, Jerusalem, ISRAEL.
  3. Email: yogi@cs.technion.ac.il
  4.  
  5.    Usage: DUMPFONT [ flags ] > filename
  6.  
  7. Will strore the currently loaded EGA/VGA text mode font to 'filename'.
  8. The font is dumped out only if standard output is redirected to a file
  9. or to a pipe. Otherwise this help screen is displayed.
  10.  
  11. FLAGS  -h  Display this message.
  12.        -k  Dump the full 64K font segment.
  13.        -bN Dump font bank N (default 0). N is 0..3 for EGA, 0..7 for VGA
  14.  
  15. SEE ALSO
  16.    withfont, loadfont, charset, breakcpi
  17.  
  18. EXAMPLES  dumpfont >  curfnt.f16    Store current font to file 'curfnt.f16'.
  19.           dumpfont >> fontcol.dmp   Append current font to file 'fontcol.dmp'.
  20.           dumpfont |  wc -c         Count bytes in current font.
  21.  
  22. COPYING POLICY Copy freely for private use. Usage as part of any commerical
  23.   package is under the same restrictions as of Rhaul Dehsi ZOO program. If
  24.   you cannot obtain ZOO, you cannot use 'dumpfont' commercially.
  25.