Go to file
David Turner 662b344c23 * src/type1/t1objs.c (T1_Face_Init): fixed a bug that crashed the
library when dealing with certain weird fonts (like "Stalingrad",
        in "sadn.pfb". This font has no full font name entry.. )

        * src/base/ftoutln.c, include/freetype/ftoutln.h: added the
        FT_Outline_Check API to check the consistency of outline data

        * src/base/ftobjs.c (FT_Load_Glyph): added a call to the new
        FT_Outline_Check to ensure that loaded glyphs are valid. This
        allows certain fonts like "tt1095m_.ttf" to be loaded even though
        it appears they contain really funky glyphs..

        there still is a bug there though.. !!
2002-01-03 16:56:59 +00:00
builds * builds/dos/detect.mk: Correcting the order for Borland compilers: 2001-12-25 20:54:33 +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): fixed a bug that crashed the 2002-01-03 16:56:59 +00:00
objs renamed "obj" to "objs" 2001-03-20 15:04:30 +00:00
src * src/type1/t1objs.c (T1_Face_Init): fixed a bug that crashed the 2002-01-03 16:56:59 +00:00
tests Formatting. 2001-12-05 01:22:05 +00:00
.cvsignore Formatting. 2000-10-31 19:42:53 +00:00
ChangeLog * src/type1/t1objs.c (T1_Face_Init): fixed a bug that crashed the 2002-01-03 16:56:59 +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
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