========================================================================

     Font3D
     Version 1.60

     Copyright 1994-1996 by Todd A. Prater
     All rights reserved.

------------------------------------------------------------------------

     Revision History

========================================================================

Version 1.1 -------

  o  The first version that actually _worked_ :)


Version 1.50 -------

  o  Added support for strings of text!  Yay!

  o  Many, many bug fixes.


Version 1.51 -------

  o  Fixed bug that caused Zmin and Zmax to be declared
     as the same value (Zmin) in POV formatted output
     files.

  o  Added support for Radiance 2.x formatted output.

  o  Added a new 'verbose' switch.

  o  Added a progress indicator.

  o  Fixed bug that caused a crash when a non-exsisting
     configuration file was specified.

  o  Added a 'constants' switch that can comment out the
     Height, Width, XMin, XMax, etc. constants that are
     generated for a POV-Ray output file.


Version 1.60 -------

  o  Added a new output format type DXF2.  This is for
     programs (like Imagine) that apparently only look
     for one 'entity' in a DXF file.

  o  Added a new output format type POV3.  This, of course,
     is in response to the newly released POV 3.0 (beta).
     It generates a triangle mesh object.

  o  Added the ability to use quoted strings in configuration
     files.

  o  Added the ability to have comments in a configuration
     file.

  o  Documentation, source code, and specific binaries are
     now in separate archives.

  o  All command line options are now case-insensitive.

  o  Added the 'coordinate-system' option.  RIGHT is the default,
     LEFT specifies a left-handed coordinate system (the object
     is extruded along the negative Z-axis).

  o  Now included in the comments section of an output file are
     the program options that were in effect when a particular
     object was generated.

  o  Added the 'FONT3D_DEFAULT_CONFIG' environment variable, 
     that sets the path and filename where font3d looks for its
     default configuration information.

