freetype/src/truetype
Werner Lemberg f13516c832 Various fixes for C and C++ compiling.
* src/autofit/*: Add copyright messages.
  Formatting.

* src/autofit/afhints.c (af_glyph_hints_done): Don't use
`AF_Dimension' but `int' for loop counter.

* src/autofit/aflatin.c (af_latin_metrics_init_widths): Don't use
`AF_Dimension' but `int' for loop counter.
Use proper enumeration value for `render_mode'.
(af_latin_metrics_scale_dim): Don't shadow variables.
(af_latin_hints_compute_segments): Use proper cast for `major_dir'
and `segment_dir'.
(af_latin_align_linked_edge, af_latin_hint_edges): Fix arguments of call to
`af_latin_compute_stem_width'.
(af_latin_hints_apply): Don't use `AF_Dimension' but `int' for loop
counter.

* src/base/ftdbgmem.c (ft_mem_table_get_source, FT_DumpMemory): Use
proper cast for memory allocation.

* src/cff/cffdrivr.c (cff_get_kerning): Use proper cast for
initialization of `sfnt'.

* src/sfnt/sfdriver.c: Include `ttkern.h'.

* src/sfnt/ttkern.c (tt_face_get_kerning): Don't shadow variables.

* src/truetype/ttgload.c: Include `ttpload.h'.

* src/truetype/ttpload.c (tt_face_load_loca) [FT_OPTIMIZE_MEMORY]:
Remove redundant variable.
2005-03-03 17:09:08 +00:00
..
Jamfile * src/truetype/ttgxvar.c (ft_var_apply_tuple): Fix typo. 2004-04-26 08:09:30 +00:00
module.mk Added copyright messages to all Makefiles. 2000-10-17 03:38:43 +00:00
rules.mk * src/pcf/pcfdrivr.c: Revert change from 2004-04-17. 2004-04-25 20:15:11 +00:00
truetype.c * src/pcf/pcfdrivr.c: Revert change from 2004-04-17. 2004-04-25 20:15:11 +00:00
ttdriver.c Formatting. 2005-03-01 02:13:50 +00:00
ttdriver.h * src/truetype/ttgload.c: 16bit fixes. 2002-04-01 14:25:28 +00:00
tterrors.h Formatting. 2001-06-19 23:03:41 +00:00
ttgload.c Various fixes for C and C++ compiling. 2005-03-03 17:09:08 +00:00
ttgload.h Formatting. 2005-03-01 02:13:50 +00:00
ttgxvar.c * builds/unix/configure.ac: Add `-fno-strict-aliasing' if gcc is 2004-11-17 08:19:27 +00:00
ttgxvar.h * include/freetype/internal/tttypes.h (GX_BlendRec_) 2004-04-27 20:25:33 +00:00
ttinterp.c * docs/CHANGES: Updated. 2004-10-09 07:07:43 +00:00
ttinterp.h * src/truetype/ttinterp.h: Fix typo. 2004-11-23 22:10:21 +00:00
ttobjs.c Formatting. 2005-03-01 02:13:50 +00:00
ttobjs.h * src/truetype/ttobjs.h, src/truetype/ttobjs.c (tt_face_init, 2004-05-04 16:53:45 +00:00
ttpload.c Various fixes for C and C++ compiling. 2005-03-03 17:09:08 +00:00
ttpload.h Formatting. 2005-03-01 02:13:50 +00:00