home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 376.lha / Softfont_v4-4-90 / ReadMe < prev    next >
Text File  |  1990-05-05  |  2KB  |  47 lines

  1. FROM:
  2.     Thomas Lynch
  3.     21208 Nashville
  4.     Chatsworth, CA 91311
  5.     (818)709-2988
  6.  
  7. NOTES:
  8.     5 April 1990 update: Major update to correct basic fault with bitmap 
  9.     rotation.
  10.  
  11. SUBJECT:
  12.     Font covversion program. Convert portrait soft fonts for HP LaserJet
  13.     compatible laser printers to landscape format. The program works 
  14.     through Intuition or through CLI; the format through CLI is:
  15.  
  16.         [path]portolan [path][portrait font file] [path][new landscape]
  17.  
  18.     All C-code module source is provided except MicroSmiths getfile.o
  19.     requester.
  20.  
  21. DETAILS:
  22.     Working with WordPerfect and a laser printer, I found many requirements
  23.     for use of landscape soft fonts. On a PC where I work, SoftCraft
  24.     provided such a tool. Porting these fonts to the Amiga was a time 
  25.     consuming process. Hence the need for such a program on the Amiga.
  26.  
  27.     The character rotation module [bitmap()] provides landscape bitmaps 
  28.     for each character. A typical conversion time is 20 seconds for a 
  29.      12 point font.
  30.  
  31.     The program works with font format defined by HP and described in 
  32.     the LaserJet II Printer Technical Reference Manual. Certain HP Fonts 
  33.     such as Helvetica have strange endings that can cause program crashes.
  34.     The program has been "bullet proofed" to allow conversion of the
  35.      Helvetica font in a graceful manner.
  36.  
  37.     The basic program accessed through CLI was straight forward to code.
  38.     The Intuition version used MicroSmiths file requester getfile.o.
  39.     This requester program has problem with large number of filenames 
  40.     (as was the case on my system hard drive); continued testing caused
  41.     system guru's until problem was found. User BEWARE.
  42.  
  43.     The code was developed with Lattice 5.04
  44.  
  45.     Please contact me if there are any problems.
  46.  
  47.