Go to file
David Turner ebe85f59c9 * include/freetype/fttrigon.h, src/base/fttrigon.c, src/base/ftbase.c,
src/base/Jamfile, src/base/rules.mk: adding trigonometric functions
    to the core API (using Cordic algorithms).

    * builds/top_level.mk, builds/newline, builds/detect.mk: fixed problems
    with Make on Windows 2000, as well as problems when "make distclean" is
    invoked on a non-Unix platform when there is no "config.mk" in the
    current directory..

    * builds/freetype.mk: fixed a problem with object deletions under
    Dos/Windows/OS/2 systems

    * src/tools: added new directory to hold tools and test programs
    moved docmaker.py, glnames.py to it..

    * src/tools/docmaker.py: improved the script to add the current date
    at the footer of each web page (useful to distinguish between versions)

    * Jamfile: fixed incorrect HDRMACRO argument.

    * TODO: removed the cubic arc bbox computation note, since it has been
    fixed recently..

    * include/freetype/t1tables.h, include/freetype/config/ftoption.h:
    formatting
2001-05-11 14:25:57 +00:00
builds * include/freetype/fttrigon.h, src/base/fttrigon.c, src/base/ftbase.c, 2001-05-11 14:25:57 +00:00
docs * include/freetype/fttrigon.h, src/base/fttrigon.c, src/base/ftbase.c, 2001-05-11 14:25:57 +00:00
include * include/freetype/fttrigon.h, src/base/fttrigon.c, src/base/ftbase.c, 2001-05-11 14:25:57 +00:00
objs renamed "obj" to "objs" 2001-03-20 15:04:30 +00:00
src * include/freetype/fttrigon.h, src/base/fttrigon.c, src/base/ftbase.c, 2001-05-11 14:25:57 +00:00
.cvsignore Formatting. 2000-10-31 19:42:53 +00:00
CHANGES * CHANGES: Reformatted, minor fixes. 2001-04-02 21:30:06 +00:00
ChangeLog * include/freetype/fttrigon.h, src/base/fttrigon.c, src/base/ftbase.c, 2001-05-11 14:25:57 +00:00
INSTALL * builds/win32/detekt.mk: Fix .PHONY target for Intel compiler. 2001-03-20 22:58:56 +00:00
Jamfile * Jamfile: fixed incorrect HDRMACRO argument. 2001-05-11 14:25:02 +00:00
Jamrules * builds/os2/*.mk: These files have been forgotten to update to 2001-04-06 07:05:50 +00:00
LICENSE.TXT * builds/vms: Support files for VMS architecture added. 2001-01-03 06:47:10 +00:00
Makefile Added copyright messages to all Makefiles. 2000-10-17 03:38:43 +00:00
README * README: Formatting. 2001-04-02 23:54:01 +00:00
README.VMS * builds/vms: Support files for VMS architecture added. 2001-01-03 06:47:10 +00:00
TODO * TODO: removed the cubic arc bbox computation note, since it has been 2001-05-11 14:24:35 +00:00
descrip.mms * builds/vms: Support files for VMS architecture added. 2001-01-03 06:47:10 +00:00

README

  FreeType 2.0.2
  ==============

  Please read the CHANGES file, it contains IMPORTANT INFORMATION.

  Read the files "INSTALL" or "docs/BUILD" for installation instructions.

  Note that the FreeType 2 documentation is now available as a separate
  package from our sites.  See:

    ftp://ftp.freetype.org/pub/freetype2/ftdocs-2.0.2.tar.bz2
    ftp://ftp.freetype.org/pub/freetype2/ftdocs-2.0.2.tar.gz
    ftp://ftp.freetype.org/pub/freetype2/ftdoc202.zip

  Enjoy!


    The FreeType Team