freetype2/src/truetype
Werner Lemberg e847caa318 * include/freetype/ftglyph.h (ft_glyph_bbox_unscaled,
ft_glyph_bbox_subpixels, ft_glyph_bbox_gridfit,
ft_glyph_bbox_truncate, ft_glyph_bbox_pixels): Replaced with
FT_GLYPH_BBOX_UNSCALED, FT_GLYPH_BBOX_SUBPIXELS,
FT_GLYPH_BBIX_GRIDFIT, FT_GLYPH_BBOX_TRUNCATE, FT_GLYPH_BBOX_PIXELS.
The lowercase variants are now (deprecated aliases) to the uppercase
versions.
Updated all other files.

* include/freetype/ftmodule.h (ft_module_font_driver,
ft_module_renderer, ft_module_hinter, ft_module_styler,
ft_module_driver_scalable, ft_module_driver_no_outlines,
ft_module_driver_has_hinter): Replaced with FT_MODULE_FONT_DRIVER,
FT_MODULE_RENDERER, FT_MODULE_HINTER, FT_MODULE_STYLER,
FT_MODULE_DRIVER_SCALABLE, FT_MODULE_DRIVER_NO_OUTLINES,
FT_MODULE_DRIVER_HAS_HINTER.
The lowercase variants are now (deprecated aliases) to the uppercase
versions.
Updated all other files.

* src/base/ftglyph.c (FT_Glyph_Get_CBox): Handle bbox_mode better
as enumeration.

* src/pcf/pcfdrivr.c (pcf_driver_class), src/winfonts/winfnt.c
(winfnt_driver_class), src/bdf/bdfdrivr.c (bdf_driver_class): Add
the FT_MODULE_DRIVER_NO_OUTLINES flag.
2003-06-17 10:42:27 +00:00
..
Jamfile 2002-11-05 David Turner <david@freetype.org> 2002-11-06 22:32:54 +00:00
descrip.mms * src/truetype/ttgload.c: 16bit fixes. 2002-04-01 14:25:28 +00:00
module.mk Added copyright messages to all Makefiles. 2000-10-17 03:38:43 +00:00
rules.mk Completely revised FreeType's make management. 2003-06-09 04:46:30 +00:00
truetype.c finishing function header formatting 2001-06-28 17:49:10 +00:00
ttdriver.c * include/freetype/ftglyph.h (ft_glyph_bbox_unscaled, 2003-06-17 10:42:27 +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 * src/gzip/ftgzip.c (ft_gzip_file_fill_output): Handle Z_STREAM_END 2003-06-09 15:54:18 +00:00
ttgload.h * src/base/ftmac.c (FT_New_Face_From_SFNT): s/rlen/sfnt_size/ to 2003-06-07 05:13:22 +00:00
ttinterp.c * src/truetype/ttinterp.c (SetSuperRound) <0x30>: Follow Apple's 2003-06-10 10:54:33 +00:00
ttinterp.h * src/truetype/ttgload.c: 16bit fixes. 2002-04-01 14:25:28 +00:00
ttobjs.c Minor documentation typos. 2003-06-14 21:39:17 +00:00
ttobjs.h Added the unpatented hinting system, which is compiled only if 2003-04-25 11:40:46 +00:00
ttpload.c * massive re-formatting changes to many, many source files. I don't 2002-08-27 20:20:29 +00:00
ttpload.h * massive re-formatting changes to many, many source files. I don't 2002-08-27 20:20:29 +00:00