kc3-lang/freetype/README

Branch :


Log

Author Commit Date CI Message
18914a4f 2002-05-21 20:57:36 * src/type42/t32drivr.c: removing compiler warnings
95fcaf8d 2002-05-05 22:24:44 * README: Add a note regarding libttf vs. libfreetype.
2c7558ce 2002-04-11 14:21:16 * README, docs/CHANGES, Jamfile.in: updating for the 2.1.0 release
af8df850 2002-02-22 00:58:04 * include/freetype/internal/ftdebug.h (FT_Trace): Remove comma in enum to avoid compiler warnings.
90839fa9 2002-02-20 21:49:59 adding "devel@freetype.org" address for bug reports
7c89d18d 2002-02-09 17:59:12 * README: Fix typo. * docs/CHANGES: Minor fixes.
1c6af485 2002-02-08 14:00:20 updating docs for 2.0.8
944b7298 2002-01-31 17:42:05 updating documentation for 2.0.7
a40fb43d 2002-01-30 12:56:16 moved INSTALL to docs/INSTALL to get rid of conflicts with the "install" script on Windows (where the file system doesn't preserve CASE)
ac812959 2002-01-06 16:42:44 formatting
3681e37d 2001-12-23 00:56:36 Formatting.
9a9edc66 2001-12-22 16:07:52 fixing the autohinter: the advance of auto-hinted glyphs in mono-spaced fonts was incorrect
b5c7de5b 2001-12-21 21:21:13 * 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)..
fc3a3164 2001-12-19 14:47:28 * 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
034a1932 2001-10-17 13:57:02 documentation update for 2.0.5
995ff204 2001-06-22 08:45:31 updated documentation for the 2.0.4 release
4312f427 2001-05-24 15:00:19 moving documents to the "docs" directory
1429db6c 2001-04-02 23:54:01 * 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'.
85d260f6 2001-03-24 00:56:26 added small README file