freetype2/src/autofit
Werner Lemberg dfa46199d2 * Jamfile, vms_make.com, builds/win32/visualc/freetype.dsp,
builds/win32/visualc/freetype/vcproj, include/freetype/ftmoderr.h:
Add LZW module.

* Jamfile.in: Removed.

* docs/CHANGES: Updated.

* include/freetype/internal/ftobjs.h: s/MIN/FT_MIN/, s/MAX/FT_MAX/,
s/ABS/FT_ABS/.  Updated all callers.

* src/type1/t1load.c (parse_dict), src/pcf/pcfdrivr.c
(PCF_Face_Init): Use FT_ERROR_BASE.



Add support for PCF fonts compressed with LZW (extension .pcf.Z,
created with `compress').

* include/freetype/config/ftoption.h, devel/ftoption.h
(FT_CONFIG_OPTION_USE_LZW): New macro.

* include/freetype/ftlzw.h: New file.
* include/freetype/config/ftheader.h (FT_LZW_H): New macro for
ftlzw.h.

* src/lzw/*: New files.

* src/pcf/pcfdrivr.c: Include FT_LZW_H.
(PCF_Face_Init): Try LZW also.

* src/gzip/ftgzip.c: s/0/Gzip_Err_Ok/ where appropriate.
Beautify.
2004-03-05 09:26:24 +00:00
..
Jamfile adding support for dummy script, i.e. no-hinting for non latin glyphs 2004-02-23 21:08:37 +00:00
afangles.c * fixed compilation problems in the cache sub-system 2003-12-24 18:42:04 +00:00
afdummy.c adding support for dummy script, i.e. no-hinting for non latin glyphs 2004-02-23 21:08:37 +00:00
afdummy.h adding support for dummy script, i.e. no-hinting for non latin glyphs 2004-02-23 21:08:37 +00:00
afglobal.c adding support for dummy script, i.e. no-hinting for non latin glyphs 2004-02-23 21:08:37 +00:00
afglobal.h updates 2004-01-16 09:51:00 +00:00
afhints.c * Jamfile, vms_make.com, builds/win32/visualc/freetype.dsp, 2004-03-05 09:26:24 +00:00
afhints.h * src/autofit/afhints.c, src/autofit/afhints.h, src/autofit/aflatin.c, 2004-02-23 20:40:30 +00:00
aflatin.c * Jamfile, vms_make.com, builds/win32/visualc/freetype.dsp, 2004-03-05 09:26:24 +00:00
aflatin.h adding support for dummy script, i.e. no-hinting for non latin glyphs 2004-02-23 21:08:37 +00:00
afloader.c adding support for dummy script, i.e. no-hinting for non latin glyphs 2004-02-23 21:08:37 +00:00
afloader.h * src/type1/t1load.c (parse_dict): Handle `RD' and `-|' commands 2004-02-03 21:34:29 +00:00
afmodule.c * src/sfnt/Jamfile: removing "ttcmap" from the list of sources 2004-02-01 16:59:06 +00:00
afmodule.h * src/type1/t1load.c (parse_dict): Handle `RD' and `-|' commands 2004-02-03 21:34:29 +00:00
aftypes.h adding support for dummy script, i.e. no-hinting for non latin glyphs 2004-02-23 21:08:37 +00:00
autofit.c adding support for dummy script, i.e. no-hinting for non latin glyphs 2004-02-23 21:08:37 +00:00