2002-05-06 00:24:44 +02:00
|
|
|
Special notes to Unix users
|
|
|
|
===========================
|
2001-12-22 17:07:52 +01:00
|
|
|
|
2006-10-12 08:20:44 +02:00
|
|
|
Please read the file `docs/UPGRADE.UNIX'. It contains important
|
2003-04-21 15:30:27 +02:00
|
|
|
information regarding the installation of FreeType on Unix systems,
|
2003-03-27 22:35:44 +01:00
|
|
|
especially GNU based operating systems like GNU/Linux.
|
2001-12-22 17:07:52 +01:00
|
|
|
|
2003-04-21 15:30:27 +02:00
|
|
|
FreeType 2's library is called `libfreetype', FreeType 1's library
|
2002-05-06 00:24:44 +02:00
|
|
|
is called `libttf'. They are *not* compatible!
|
|
|
|
|
2001-12-22 17:07:52 +01:00
|
|
|
|
2007-04-10 06:09:49 +02:00
|
|
|
FreeType 2.3.4
|
2006-05-06 18:44:58 +02:00
|
|
|
==============
|
2001-03-24 01:56:26 +01:00
|
|
|
|
2006-01-28 08:30:58 +01:00
|
|
|
Please read the docs/CHANGES file, it contains IMPORTANT
|
|
|
|
INFORMATION.
|
* README: Formatting.
* Jamfile: Fix typo.
* src/cff/cffparse.c: Move error code #defines to...
* include/freetype/internal/cfferrs.h: This file.
* src/cff/cffdrivr.c, src/cff/cffobjs.c, src/cff/cffload.c: Replaced
`FT_Err_*' with `CFF_Err_*'.
* src/cid/cidparse.c: Replaced `FT_Err_*' with `T1_Err_*'.
* src/psaux/psobjs.c, src/psaux/t1decode.c: Ditto.
* src/sfnt/sfobcs.c, src/sfnt/ttload.c: Replaced `FT_Err_*' with
`TT_Err_*'.
* src/truetype/ttgload.c, src/truetype/ttobjs.c: Ditto.
* src/type1/t1gload.c, src/type1/t1load.c, src/type1/t1objs.c,
src/type1/t1parse.c: Replaced `FT_Err_*' with `T1_Err_*'.
* include/freetype/internal/cfferrs.h: Add
`CFF_Err_Unknown_File_Format'.
* include/freetype/internal/t1errors.h: Add
`T1_Err_Unknown_File_Format'.
* include/freetype/internal/tterrors.h: Add
`TT_Err_Unknown_File_Format'.
* src/cff/cffload.h: Add `cff_*_encoding' and `cff_*_charset'
references.
* src/psaux/psobjs.c: Include `FT_INTERNAL_TYPE1_ERRORS_H'.
* src/cff/cffobjs.c (CFF_Init_Face, CFF_Done_Face): Use
FT_LOCAL_DEF.
* src/cid/cidobjs.c (CID_Done_Driver): Ditto.
* src/trutype/ttobjs.c (TT_Init_Face, TT_Done_Face, TT_Init_Size):
Ditto.
* src/type1/t1objs.c (T1_Done_Driver): Ditto.
* src/pcf/pcfdriver.c (PCF_Done_Face): Ditto.
* src/pcf/pcf.h: Use FT_LOCAL for `PCF_Done_Face'.
2001-04-03 01:54:01 +02:00
|
|
|
|
2006-01-28 08:30:58 +01:00
|
|
|
Read the files `docs/INSTALL' for installation instructions.
|
2001-03-24 01:56:26 +01:00
|
|
|
|
2006-05-12 06:00:44 +02:00
|
|
|
The FreeType 2 API reference is located in `docs/reference'; use the
|
|
|
|
file `ft2-doc.html' as the top entry point. Additional
|
|
|
|
documentation is available as a separate package from our sites. Go
|
|
|
|
to
|
2001-03-24 01:56:26 +01:00
|
|
|
|
2006-03-21 22:04:33 +01:00
|
|
|
http://download.savannah.gnu.org/releases/freetype/
|
|
|
|
|
|
|
|
and download one of the following files.
|
|
|
|
|
2007-04-10 06:09:49 +02:00
|
|
|
freetype-doc-2.3.4.tar.bz2
|
|
|
|
freetype-doc-2.3.4.tar.gz
|
|
|
|
ftdoc234.zip
|
2001-03-24 01:56:26 +01:00
|
|
|
|
2002-02-20 22:49:59 +01:00
|
|
|
|
2003-04-21 15:30:27 +02:00
|
|
|
Bugs
|
|
|
|
====
|
2002-02-20 22:49:59 +01:00
|
|
|
|
2006-01-28 08:30:58 +01:00
|
|
|
Please report bugs by e-mail to `freetype-devel@nongnu.org'. Don't
|
|
|
|
forget to send a detailed explanation of the problem -- there is
|
|
|
|
nothing worse than receiving a terse message that only says `it
|
|
|
|
doesn't work'.
|
|
|
|
|
|
|
|
Alternatively, you may submit a bug report at
|
|
|
|
|
|
|
|
https://savannah.nongnu.org/bugs/?group=freetype
|
2002-02-20 22:49:59 +01:00
|
|
|
|
|
|
|
|
* README: Formatting.
* Jamfile: Fix typo.
* src/cff/cffparse.c: Move error code #defines to...
* include/freetype/internal/cfferrs.h: This file.
* src/cff/cffdrivr.c, src/cff/cffobjs.c, src/cff/cffload.c: Replaced
`FT_Err_*' with `CFF_Err_*'.
* src/cid/cidparse.c: Replaced `FT_Err_*' with `T1_Err_*'.
* src/psaux/psobjs.c, src/psaux/t1decode.c: Ditto.
* src/sfnt/sfobcs.c, src/sfnt/ttload.c: Replaced `FT_Err_*' with
`TT_Err_*'.
* src/truetype/ttgload.c, src/truetype/ttobjs.c: Ditto.
* src/type1/t1gload.c, src/type1/t1load.c, src/type1/t1objs.c,
src/type1/t1parse.c: Replaced `FT_Err_*' with `T1_Err_*'.
* include/freetype/internal/cfferrs.h: Add
`CFF_Err_Unknown_File_Format'.
* include/freetype/internal/t1errors.h: Add
`T1_Err_Unknown_File_Format'.
* include/freetype/internal/tterrors.h: Add
`TT_Err_Unknown_File_Format'.
* src/cff/cffload.h: Add `cff_*_encoding' and `cff_*_charset'
references.
* src/psaux/psobjs.c: Include `FT_INTERNAL_TYPE1_ERRORS_H'.
* src/cff/cffobjs.c (CFF_Init_Face, CFF_Done_Face): Use
FT_LOCAL_DEF.
* src/cid/cidobjs.c (CID_Done_Driver): Ditto.
* src/trutype/ttobjs.c (TT_Init_Face, TT_Done_Face, TT_Init_Size):
Ditto.
* src/type1/t1objs.c (T1_Done_Driver): Ditto.
* src/pcf/pcfdriver.c (PCF_Done_Face): Ditto.
* src/pcf/pcf.h: Use FT_LOCAL for `PCF_Done_Face'.
2001-04-03 01:54:01 +02:00
|
|
|
Enjoy!
|
2001-03-24 01:56:26 +01:00
|
|
|
|
|
|
|
|
* README: Formatting.
* Jamfile: Fix typo.
* src/cff/cffparse.c: Move error code #defines to...
* include/freetype/internal/cfferrs.h: This file.
* src/cff/cffdrivr.c, src/cff/cffobjs.c, src/cff/cffload.c: Replaced
`FT_Err_*' with `CFF_Err_*'.
* src/cid/cidparse.c: Replaced `FT_Err_*' with `T1_Err_*'.
* src/psaux/psobjs.c, src/psaux/t1decode.c: Ditto.
* src/sfnt/sfobcs.c, src/sfnt/ttload.c: Replaced `FT_Err_*' with
`TT_Err_*'.
* src/truetype/ttgload.c, src/truetype/ttobjs.c: Ditto.
* src/type1/t1gload.c, src/type1/t1load.c, src/type1/t1objs.c,
src/type1/t1parse.c: Replaced `FT_Err_*' with `T1_Err_*'.
* include/freetype/internal/cfferrs.h: Add
`CFF_Err_Unknown_File_Format'.
* include/freetype/internal/t1errors.h: Add
`T1_Err_Unknown_File_Format'.
* include/freetype/internal/tterrors.h: Add
`TT_Err_Unknown_File_Format'.
* src/cff/cffload.h: Add `cff_*_encoding' and `cff_*_charset'
references.
* src/psaux/psobjs.c: Include `FT_INTERNAL_TYPE1_ERRORS_H'.
* src/cff/cffobjs.c (CFF_Init_Face, CFF_Done_Face): Use
FT_LOCAL_DEF.
* src/cid/cidobjs.c (CID_Done_Driver): Ditto.
* src/trutype/ttobjs.c (TT_Init_Face, TT_Done_Face, TT_Init_Size):
Ditto.
* src/type1/t1objs.c (T1_Done_Driver): Ditto.
* src/pcf/pcfdriver.c (PCF_Done_Face): Ditto.
* src/pcf/pcf.h: Use FT_LOCAL for `PCF_Done_Face'.
2001-04-03 01:54:01 +02:00
|
|
|
The FreeType Team
|
2005-06-05 01:04:30 +02:00
|
|
|
|
|
|
|
----------------------------------------------------------------------
|
|
|
|
|
2007-01-12 10:28:44 +01:00
|
|
|
Copyright 2006, 2007 by
|
2005-06-05 01:04:30 +02:00
|
|
|
David Turner, Robert Wilhelm, and Werner Lemberg.
|
|
|
|
|
2006-01-28 08:30:58 +01:00
|
|
|
This file is part of the FreeType project, and may only be used,
|
|
|
|
modified, and distributed under the terms of the FreeType project
|
2005-06-05 01:04:30 +02:00
|
|
|
license, LICENSE.TXT. By continuing to use, modify, or distribute
|
|
|
|
this file you indicate that you have read the license and understand
|
|
|
|
and accept it fully.
|
|
|
|
|
|
|
|
|
|
|
|
--- end of README ---
|