Go to file
David Turner 72ca00e835 * docs/CHANGES: small update
* src/type1/t1objs.c (SFNT_Face_Init),
          src/cid/cidobjs.c (CID_Face_Init),
          src/cff/cffobjs.c (CFF_Face_Init): removed the bug that prevented
          correct bounding box values from being returned. (previous values
          were in 16.16 fixed format :-() !!

        * src/sfnt/ttload.c (TT_Load_Names), src/sfnt/sfobj.c (Get_Name),
        src/sfnt/sfdriver.c (get_sfnt_postscript_name):
        fixed the loader so that it accepts broken fonts like "foxjump.ttf",
        which make FreeType crash when trying to load them..

        also improved the name table parser to be able to load Windows-encoded
        entries before Macintosh or Unicode ones, since it seems some fonts
        don't have reliable values here anyway..

        * src/cid/cidriver.c (cid_get_postscript_name): fixed the routine
        used to return a CID font's Postscript name, in order to remove the
        leading "/"

        * include/freetype/internal/ftdebug.h: introduced the FT_TRACE_TEST
        macro to simplify debugging output a bit..

        * include/freetype/freetype.h: changed patch level to 9
        - added the declarations of FT_Get_First_Char and FT_Get_Next_Char

        * src/base/ftobjs.c: implemented FT_Get_First_Char and FT_Get_Next_Char
        to allow charmap enumeration..
2002-03-04 18:09:10 +00:00
builds * builds/unix/freetype-config.in: Add missing `fi'. 2002-02-02 15:05:38 +00:00
docs * docs/CHANGES: small update 2002-03-04 18:09:10 +00:00
include * docs/CHANGES: small update 2002-03-04 18:09:10 +00:00
objs renamed "obj" to "objs" 2001-03-20 15:04:30 +00:00
src * docs/CHANGES: small update 2002-03-04 18:09:10 +00:00
tests Formatting. 2001-12-05 01:22:05 +00:00
.cvsignore Formatting. 2000-10-31 19:42:53 +00:00
ChangeLog * docs/CHANGES: small update 2002-03-04 18:09:10 +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 updating docs for 2.0.8 2002-02-08 14:00:20 +00:00
README.UNX updating documentation for 2.0.7 2002-01-31 17:42:05 +00:00
configure fixed the "configure" script in the top-level directory.. 2002-01-29 18:13:54 +00:00
descrip.mms adding or updating files to the old build system to compile 2001-10-19 07:34:20 +00:00
install Formatting. 2002-01-09 21:01:18 +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.8
  ==============

  Please   read  the  docs/CHANGES   file,  it   contains  IMPORTANT
  INFORMATION.

  Read  the  files "docs/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.8.tar.bz2
    ftp://ftp.freetype.org/pub/freetype2/ftdocs-2.0.8.tar.gz
    ftp://ftp.freetype.org/pub/freetype2/ftdoc207.zip

  Enjoy!


    The FreeType Team