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

  1.           The vFont Package - A font machinary for Amiga.
  2.  
  3. The vFont Package is a font rendering system that will extend the Amiga so
  4. that it will be able to utilize vectorized outline fonts.
  5.  
  6. The package consist of a number of parts. The most important part is the
  7. vFont library which is the machinary that builds the outline fonts from
  8. several kinds generic font descriptions. The other parts are:
  9.  
  10. Curve Outline Painter (COP): 
  11.     A full feature WYSIWYG font editor that will enable you to create
  12.     your own outline fonts as well as any other font type that is
  13.     supported by the use of xdf libraries, e.g. you can use it to edit
  14.     plain bitmap font instead of using FED.
  15.  
  16. External Diskfont Format libraries (xdf_#?.library):
  17.     It would be foolish to ignore the fact that there exist a vast
  18.     amount of different types of font machinaries (Postscript, LaTeX,
  19.     AGFA etc). The XDF-libraries are used to open the doors for these 
  20.     fonts. These libraries understands a specific font format so that
  21.     you can access fonts from other computers on your machine. (The idea
  22.     of having external libraries so that you can extend your system by
  23.     adding new libraries is also known in the modem world as XPR 
  24.     libraries). There are currently five XDF-libraries, and more are
  25.     being implemented.
  26.  
  27. FontContents Lint (CheckFonts):
  28.     CheckFonts is a utility that allows you to scrutinize your
  29.     FontContents files, i.e. the #?.font files that are found under
  30.     Fonts:. It can be used to add FontContents files to your
  31.     Workbench diskett and still have the actual font files on the
  32.     Extras diskett. It can also be used to fix a bad FontContents file,
  33.     without touching the others and to create new FontContents files
  34.     for fonts that don't have one.
  35.  
  36. Demos (vmore, bmore, rotate, spiral):
  37.     These are demo programs that demonstrats various aspects of the
  38.     outline fonts.
  39.  
  40.  
  41. A font generateed by vfont:
  42. * is compatible with TextFont's, i.e.  you can render VFont with
  43.   graphics.library functiona and you can render TextFont's with
  44.   vfont.library functions. This makes it very easy to use the library
  45.   as an application programmer, because it is very GfxBase-ish.
  46. * can be rendered in any direction, e.g. diagonal.
  47. * can have any size, i.e. it can be resized in width and height independently.
  48. * can have characters rotated independetly of the redering path, e.g you can 
  49.   render from left to right but have the characters rotated towards west.
  50. * is fast to render. Normal speed when rendered in normal left-right fashion
  51.   or 3K+ cps on a 68020 CPU in any direction/size.
  52.  
  53. Prerequisits:
  54. * Any currently existing Amiga model, i.e. A1000,A500,A2000,A2500,A3000.
  55. * Any currently existing OS, i.e. 1.2, 1.3, 2.0x.
  56. * 512K bytes or 1024K bytes graphics memory if you want to use COP.
  57.