freetype2/src/base
Werner Lemberg 052904e3a0 * 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 * include/freetype/ftstroker.h: Renamed to... 2003-06-07 04:02:21 +00:00
descrip.mms * include/freetype/ftstroker.h: Renamed to... 2003-06-07 04:02:21 +00:00
ftapi.c * include/freetype/t1tables.h (t1_blend_max): Fix typo. 2002-03-30 13:16:35 +00:00
ftbase.c * builds/unix/aclocal.m4: Comment out definition of 2003-05-11 07:12:26 +00:00
ftbbox.c * src/base/ftmac.c (FT_New_Face_From_SFNT): Handle CFF files also. 2003-05-15 06:44:09 +00:00
ftbdf.c * src/base/ftbdf.c (FT_Get_BDF_Property): Check for valid 2003-04-23 18:14:51 +00:00
ftcalc.c Fixes from the stable branch: 2002-04-02 14:50:31 +00:00
ftdbgmem.c Cleanups; adding some copyrights; formatting. 2003-04-23 05:38:13 +00:00
ftdebug.c * src/sfnt/ttpost.c (load_post_names, tt_face_free_ps_names, 2002-09-27 11:09:23 +00:00
ftexcept.c * include/freetype/internal/fthash.h, src/base/fthash.c: 2002-05-01 08:46:56 +00:00
ftgloadr.c * include/freetype/t1tables.h (t1_blend_max): Fix typo. 2002-03-30 13:16:35 +00:00
ftglyph.c * include/freetype/ftglyph.h (ft_glyph_bbox_unscaled, 2003-06-17 10:42:27 +00:00
fthash.c * src/sfnt/ttload.c, src/sfnt/ttload.h, src/sfnt/ttdriver.c: changing 2002-07-11 23:41:14 +00:00
ftinit.c Making ftgrays.c compile stand-alone again. 2002-09-16 06:15:31 +00:00
ftlist.c * include/freetype/t1tables.h (t1_blend_max): Fix typo. 2002-03-30 13:16:35 +00:00
ftmac.c * src/base/ftmac.c (FT_New_Face_From_SFNT): s/rlen/sfnt_size/ to 2003-06-07 05:13:22 +00:00
ftmm.c finishing function header formatting 2001-06-28 17:49:10 +00:00
ftnames.c * src/cache/ftccache.c (ftc_node_hash_unlink, ftc_node_hash_link) 2002-06-08 06:47:18 +00:00
ftobject.c * src/base/ftobject.c, src/base/ftsynth.c, src/base/ftstroker.c, 2002-08-22 20:35:36 +00:00
ftobjs.c * src/autohint/ahhint.c (ah_hinter_hint_edges): Removed. Just a 2003-06-03 11:51:43 +00:00
ftoutln.c * massive re-formatting changes to many, many source files. I don't 2002-08-27 20:20:29 +00:00
ftpfr.c Cleanups; adding some copyrights; formatting. 2003-04-23 05:38:13 +00:00
ftstream.c * include/freetype/t1tables.h (t1_blend_max): Fix typo. 2002-03-30 13:16:35 +00:00
ftstroke.c * include/freetype/ftstroker.h: Renamed to... 2003-06-07 04:02:21 +00:00
ftsynth.c * src/pshinter/pshalgo1.[ch], src/pshinter/pshalgo2.[ch]: Removed. 2003-05-28 22:42:41 +00:00
ftsysio.c adding experimental (alpha) exception support code + system code 2002-04-25 21:42:59 +00:00
ftsysmem.c adding experimental (alpha) exception support code + system code 2002-04-25 21:42:59 +00:00
ftsystem.c * README.UNX: updated the Unix-specific quick-compilation guide to 2002-04-12 09:31:48 +00:00
fttrigon.c * src/base/fttrigon.c (FT_Vector_Rotate): Avoid rounding errors 2003-05-17 12:07:45 +00:00
fttype1.c Minor fixes. Formatting. 2002-06-22 13:35:41 +00:00
ftutil.c s/ft_memset/FT_MEM_SET/. 2002-07-28 05:05:24 +00:00
ftwinfnt.c Cleanups; adding some copyrights; formatting. 2003-04-23 05:38:13 +00:00
ftxf86.c * src/bdf/descrip.mms, src/type42/descrip.mms: New files. 2002-05-30 19:22:14 +00:00
rules.mk Completely revised FreeType's make management. 2003-06-09 04:46:30 +00:00