home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / pcfonts / fntcol16.zip / TRIMFONT.HLP < prev    next >
Text File  |  1993-08-28  |  1KB  |  24 lines

  1. TRIMFONT: Trim font to its true height. Version 1.0, Aug 28 1993
  2. Copyright (c) 1992-1993 by Yossi Gil, P.O.Box 3148, Jerusalem, ISRAEL.
  3. Email: yogi@cs.technion.ac.il
  4.  
  5.   Usage: TRIMFONT [flags] [inpfont [outfont]]
  6.  
  7. TRIMFONT reads `inpfile' as a font file. It then determines the font extent
  8. i.e., the minimal and maximal used row in the font grid. Based on this extent,
  9. the input font is then trimmed to its minimal height and dumped to `outfile'.
  10. If `outfile' is missing, then TRIMFONT will dump the output font to the
  11. standard output. If `inpfile' is missing as well, then TRIMFONT will take
  12. its input from the standard input. However, TRIMFONT will not read or dump
  13. to console, and (by default) will refuse to overwrite existing files.
  14.  
  15. FLAGS
  16.   -f         Force mode. Allow overwriting existing outfile.
  17.   -h -H -?   Display this message
  18.  
  19. SEE ALSO
  20.             fontspan
  21. COPYING POLICY Copy freely for private use. Usage as part of any commercial
  22.   package is under the same restrictions as of Rhaul Dehsi ZOO program. If
  23.   you cannot obtain ZOO, you cannot use 'trimfont' commercially.
  24.