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

  1. BREAKCPI: break DOS 3.3+ .CPI file into font files. Version 1.5, Apr 16 1993
  2. Copyright (c) 1991-1993 by Yossi Gil, P.O.Box 3148, Jerusalem, ISRAEL.
  3. Email: yogi@cs.technion.ac.il
  4.  
  5.                Usage: breakcpi [-f] [-i] [-d] filename
  6.  
  7. Will read 'filename' as a DOS 3.3+ cpi file, analyze it, and store each of the
  8. screen fonts in it to a file. The font files thus generated are named CPxxx.Fyy
  9. where 'xxx'is the 3 digit DOS code page number and 'yy' is the font height.
  10.  
  11. EXAMPLE             breakcpi ega.cpi
  12.  
  13. FLAGS   -h   Display this message
  14.         -f   Overwrite existing font files
  15.         -i   Report if extracted font is identical to existing font file
  16.         -d   Report if extracted font is different than existing font file
  17.         -s   Silent mode. No overwrite complain messages
  18.  
  19. BUGS    Does not recognize all CPI files internals. In particular it fails on        printer (4201 etc.) CPI files.
  20.  
  21. COPYING POLICY Copy freely for private use. Usage as part of any commerical
  22.   package is under the same restrictions as of Rhaul Dehsi ZOO program. If you
  23.   cannot obtain ZOO, you cannot use 'breakcpi' commercially.
  24.