home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 162.lha / FONTFIXER.doc < prev    next >
Text File  |  1988-04-27  |  2KB  |  32 lines

  1.  
  2.     FONTFIXER is a program which works only from the CLI. If you just type
  3.     FontFixer you will get a usage reminder prompt, or mini-help.
  4.  
  5.     FontFixer is designed to fix the part of the font complex which keeps an
  6.     index of available font sizes. Fonts are a software set of three parts:
  7.     1) The Font bitmap, or data file, in a single size; 2) The font family
  8.     directory which has the name of the font, and contains all the size data
  9.     files; and, 3) a pointer/index file with the same name as the font
  10.     directory or font family, with a five character suffix ".font".
  11.  
  12.     If you delete sizes or bitmap data files from a directory, or you add
  13.     them, you MUST correct the [fontname].font pointer/index file. Some
  14.     programs like PageSetter or Notepad will not use any fonts in a
  15.     directory if there is discrepancy between the pointer/index file and the
  16.     actual contents of the bitmap data directory.
  17.  
  18.     Fontfixer allows you to delete sizes as an option during the
  19.     [fontname].font file rebuilding. FontFixer will only fix those
  20.     [fontname].font files you specify. You may pass a list of fonts to
  21.     FontFixer to do all at one time.
  22.  
  23.     The correct proceedure is to CD to "FONTS:" and FontFixer should be in
  24.     your PATH, "C:" directory, or in your current directory. Type FontFixer
  25.     and the list of one or more directory names of font sizes. FontFixer
  26.     will create a [fontname].font file if it is missing, or correct it if
  27.     exists. Use the following syntax:
  28.  
  29.             1> Fontfixer FontDirectoryName [FontDirectoryName2] [...  ]
  30.  
  31.  
  32.