freetype2/src/autofit
Werner Lemberg 607dec79bb * src/autofit/afcjk.c (af_cjk_hints_compute_edges): Remove unused
variable.
* src/autofit/afloader.c (af_loader_load_g): Ditto.

* src/base/ftobjs.c (ft_validator_error): Use `ft_jmp_buf'.
(open_face_from_buffer): Initialize `stream'.
(FT_Request_Metrics): Remove unused variable.
Remove redundant `break' statements.
(FT_Get_Track_Kerning): Remove unused variable.

* src/psaux/afmparse.c (afm_parse_track_kern, afm_parse_kern_pairs,
afm_parse_kern_data): Remove redundant
`break' statements.
(afm_parser_parse): Ditto.
Don't use uninitialized variables.

* src/psnames/psmodule.c (VARIANT_BIT): Define as unsigned long.
Use `|' operator instead of `^' to set it.
Update all users.

* src/sfnt/ttcmap.c (tt_face_build_cmaps): Use `ft_jmp_buf'.
* src/sfnt/ttkern.c (tt_face_load_kern): Remove unused variable.

* src/truetype/ttgload.c (TT_Load_Simple_Glyph): Remove redundant
comparison.
(TT_Process_Simple_Glyph): Use FT_UInt for `n_points' and `i'.
(TT_Load_Glyph): Remove unused variable.
2007-05-15 06:49:37 +00:00
..
Jamfile * src/autofit/rules.mk (AUTOF_DRV_SRC): Add afwarp.c. 2006-01-22 06:58:16 +00:00
afangles.c * src/base/ftcalc.c: Don't use `long long' but `FT_Int64'. 2006-11-03 09:40:12 +00:00
afangles.h * src/autofit/afdummy.c, src/autofit/afdummy.h 2005-03-02 11:24:23 +00:00
afcjk.c * src/autofit/afcjk.c (af_cjk_hints_compute_edges): Remove unused 2007-05-15 06:49:37 +00:00
afcjk.h Introduce experimental autofit CJK module based on akito's autohint 2006-02-09 14:17:04 +00:00
afdummy.c Various fixes for C and C++ compiling. 2005-03-03 17:09:08 +00:00
afdummy.h Various fixes for C and C++ compiling. 2005-03-03 17:09:08 +00:00
aferrors.h * docs/CHANGES, docs/INSTALL.ANY: Updated. 2005-03-23 16:45:24 +00:00
afglobal.c More typo fixes from Alexei. 2007-01-30 23:08:50 +00:00
afglobal.h Various fixes for C and C++ compiling. 2005-03-03 17:09:08 +00:00
afhints.c improvement to glyph spacing, especially when light auto-hinting 2007-01-26 15:05:41 +00:00
afhints.h formatting 2007-01-26 16:08:49 +00:00
aflatin.c * src/truetype/ttinterp.c (Ins_IP), src/autofit/aflatin.c 2007-05-09 20:02:55 +00:00
aflatin.h formatting; improved ChangeLog entries 2007-04-03 07:19:53 +00:00
afloader.c * src/autofit/afcjk.c (af_cjk_hints_compute_edges): Remove unused 2007-05-15 06:49:37 +00:00
afloader.h Various fixes for C and C++ compiling. 2005-03-03 17:09:08 +00:00
afmodule.c * src/base/ftcalc.c: Don't use `long long' but `FT_Int64'. 2006-11-03 09:40:12 +00:00
afmodule.h Various fixes for C and C++ compiling. 2005-03-03 17:09:08 +00:00
aftypes.h More typo fixes from Alexei. 2007-01-30 23:08:50 +00:00
afwarp.c formatting 2007-01-26 16:08:49 +00:00
afwarp.h * src/cff/cffload.c (cff_index_get_pointers): Handle last entry 2007-01-25 11:50:00 +00:00
autofit.c Introduce experimental autofit CJK module based on akito's autohint 2006-02-09 14:17:04 +00:00
module.mk Implement new, simplified module selection. With GNU make it is now 2006-01-31 20:17:42 +00:00
rules.mk Introduce experimental autofit CJK module based on akito's autohint 2006-02-09 14:17:04 +00:00