home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 517a.lha / VFont_v2.0 / docs / IntallingFonts < prev    next >
Text File  |  1991-06-09  |  874b  |  19 lines

  1. All fonts need a FontContents file.  This file contains information
  2. about the characteristics of the font (size, style etc).
  3.  
  4. You can create these files by using the CLI-command AddFont, which
  5. you can find in the bin-directory of this archive. The following
  6. lines is an examples of how you would create a FontContents file from
  7. a CLI for a Fontographer font, located in the current directory:
  8.  
  9. 2> AddFont FONTS:Gordon.font Gordon/Gordon 32 34 0 pstype
  10. 2> Copy Gordon FONTS:Gordon/
  11.  
  12. The first line creates a FontContents file called FONTS:Gordon.font,
  13. which refers to a font named FONTS:Gordon/Gordon which is 32 pixel
  14. high, which is proportional(32) disk resident(2) (2+32=34), no special
  15. style and is loaded by the library xdf_pstype3.library.
  16.  
  17. Type AddFont in a CLI without any parameters and you will get a
  18. description of the parameters that the AddFont program expects.
  19.