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

  1.  
  2.     There are two known bugs in CALLIGRAPHER font editor version 1.0 and
  3.     these manifest in fonts created with it in some circumstances.
  4.  
  5.     The first bug is if a "NEW FONT" is created without using an exiting
  6.     font as the font template, then the fontname will be misaligned by one
  7.     byte. This will create a problem using Availfonts() in the operating
  8.     system failing to recognize the fontname and will load a new copy
  9.     everytime that font is called for by a program.  In the worst case,
  10.     PROWRITE calls Availfonts() every half-second and continually loads
  11.     copies of the font until all 10 megs of ram is filled, causing an
  12.     out-of-memory crash.
  13.  
  14.     THE CURE IS "FONTREPAIR"!!!  FontRepair includes directions within
  15.     itself, so even without these instructions you can always know how to
  16.     use it if you have it.  FontRepair works only from CLI. You use it by
  17.     typing FontRepair on a CLI line, followed by the fonts you want
  18.     repaired, in the following syntax:
  19.  
  20.          1> FontRepair -DFn:fonts
  21.                           ^
  22.                           |
  23.                           Where "n" = number of drive where the fonts
  24.                           directory is located.
  25.  
  26.     FontRepair is PUBLIC DOMAIN and should be distributed as widely as
  27.     possible!
  28.  
  29.     The other bug known to Calligrapher publisher is: Conversion of fonts
  30.     from "Fixed Width" to "Proportional Width" is one way only and
  31.     permanent! A proportional width font will never act as a fixed width
  32.     font again! Fonts smaller than 32 point limit of FONTED on the 1.2
  33.     Extras disk can be loaded, toggle "fixed width" on, and save back to
  34.     disk.
  35.  
  36.     Both bugs are fixed in Calligrapher 1.05, which has passed testing.
  37.     There are significant improvements added to the new Callig 1.05 disk,
  38.     like a "FontMover" program which displays, fixes, repairs, and moves
  39.     fonts from one disk to another. All the separate utilities have been
  40.     combined in one program, especially useful to users of Workbench only,
  41.     with one disk drive and 512K of memory.
  42.