Go to file
David Turner f7f82d773b the TrueType glyph loader is now much more paranoid, this avoids
unpleasant overwrites in the case of invalid glyph data (found in
the output of buggy font converters)

the computation of auto-hinted stem widths has been modified to
avoid certain color fringes in LCD-decimation rendering (a.k.a.
"ClearType")
2002-01-06 10:13:40 +00:00
builds remove compiler warnings and a typo in builds/unix/ftsystem.c 2002-01-04 09:47:30 +00:00
docs * builds/amiga/*: Adaptations to latest changes. 2001-12-22 14:38:40 +00:00
include * src/type1/t1objs.c (T1_Face_Init): Add cast to avoid compiler 2002-01-03 22:06:13 +00:00
objs renamed "obj" to "objs" 2001-03-20 15:04:30 +00:00
src the TrueType glyph loader is now much more paranoid, this avoids 2002-01-06 10:13:40 +00:00
tests Formatting. 2001-12-05 01:22:05 +00:00
.cvsignore Formatting. 2000-10-31 19:42:53 +00:00
ChangeLog the TrueType glyph loader is now much more paranoid, this avoids 2002-01-06 10:13:40 +00:00
INSTALL * include/freetype/internal/ftstream.h: fixed the definitions of 2001-12-11 13:14:41 +00:00
Jamfile Formatting. 2001-12-05 01:22:05 +00:00
Jamrules * builds/os2/*.mk: These files have been forgotten to update to 2001-04-06 07:05:50 +00:00
Makefile Added copyright messages to all Makefiles. 2000-10-17 03:38:43 +00:00
README Formatting. 2001-12-23 00:56:36 +00:00
README.UNX added README.UNX for Unix users 2002-01-04 16:36:42 +00:00
descrip.mms adding or updating files to the old build system to compile 2001-10-19 07:34:20 +00:00

README

  Special note to Unix users
  ==========================

  Please read the file "README.UNX", it contains important information
  regarding the installation of FreeType on Unix systems, especially
  GNU based operating systems like GNU/Linux.


  FreeType 2.0.6
  ==============

  Please read the docs/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.6.tar.bz2
    ftp://ftp.freetype.org/pub/freetype2/ftdocs-2.0.6.tar.gz
    ftp://ftp.freetype.org/pub/freetype2/ftdoc206.zip

  Enjoy!


    The FreeType Team