home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 443.lha / fontwo / ReadMe < prev    next >
Text File  |  1990-12-02  |  601b  |  23 lines

  1.  fontwo.c:
  2.  Double the height or width of an Amiga font
  3.  (C)1989 Ephraim Cohen
  4.  Not to be sold, or included with any product offered for sale.
  5.  
  6.  Compile (Manx Aztec 3.6):
  7.   cc +l fontwo.c
  8.   ln fontwo.o -lc32
  9.  
  10.  Used only with Amigados 1.3, but should work most anywhere.
  11.  
  12. Usage: option font height [Attributes]
  13. Options:
  14. t    Make a tall font (double the height)
  15. w    Make a wide font (double the width)
  16. The name of the new font ends with 'x'
  17. For example
  18.     fontwo t Topaz 8
  19. will create the font Fonts:Topaz/16wx
  20. Attributes:
  21.     e  Extended    i  Italic    b  Bold        u  Underline
  22.     t  Tall Dot    w  Wide Dot    p  Proportional
  23.