David Turner
44be9acbe6
* README, docs/CHANGES, Jamfile.in: updating for the 2.1.0 release
2002-04-11 14:21:16 +00:00
Werner Lemberg
fb87c42c4a
* include/freetype/internal/ftdebug.h (FT_Trace): Remove comma in
...
enum to avoid compiler warnings.
2002-02-22 00:58:04 +00:00
David Turner
af14179c9e
adding "devel@freetype.org" address for bug reports
2002-02-20 21:49:59 +00:00
Werner Lemberg
1481a93d06
* README: Fix typo.
...
* docs/CHANGES: Minor fixes.
2002-02-09 17:59:12 +00:00
David Turner
2239bd0d51
updating docs for 2.0.8
2002-02-08 14:00:20 +00:00
David Turner
5eef31a04f
updating documentation for 2.0.7
2002-01-31 17:42:05 +00:00
David Turner
a104001612
moved INSTALL to docs/INSTALL to get rid of conflicts with the "install"
...
script on Windows (where the file system doesn't preserve CASE)
2002-01-30 12:56:16 +00:00
Werner Lemberg
2a4ea10b05
formatting
2002-01-06 16:42:44 +00:00
Werner Lemberg
964dd10db1
Formatting.
2001-12-23 00:56:36 +00:00
David Turner
eb147c6a0b
fixing the autohinter: the advance of auto-hinted glyphs in mono-spaced fonts was incorrect
2001-12-22 16:07:52 +00:00
David Turner
ae69e7dc7d
* src/cff/cffgload.c: added a comment regarding "cntrmask" operator
...
* src/pshinter/pshrec.c: now ignores invalid "hintmask" and "cntrmask"
operators (instead of returning an error). Glyph 2028 of the CFF font
"MSung-Light-Acro" couldn't be rendered otherwise (it seems its
charstring is buggy, though this requires more analysis)..
2001-12-21 21:21:13 +00:00
David Turner
2413394ce0
* src/raster/ftrend1.c (ft_raster1_render): fixed a nasty outline
...
shifting bug in the monochrome renderer.
* README: updated version numbers to 2.0.6
2001-12-19 14:47:28 +00:00
David Turner
511fa11bd8
documentation update for 2.0.5
2001-10-17 13:57:02 +00:00
David Turner
fa6720d0f5
updated documentation for the 2.0.4 release
2001-06-22 08:45:31 +00:00
David Turner
664643336a
moving documents to the "docs" directory
2001-05-24 15:00:19 +00:00
Werner Lemberg
005b8b998a
* 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-02 23:54:01 +00:00
David Turner
95489eefe8
added small README file
2001-03-24 00:56:26 +00:00