freetype/src/tools
Werner Lemberg 98ba0c4a37 New `ftdriver.h' file, covering all driver modules.
This reduces redundancy and increases synergy; it also reduces the
number of header files.

* include/freetype/config/ftheader.h (FT_DRIVER_H): New macro.
(FT_AUTOHINTER_H, FT_CFF_DRIVER_H, FT_TRUETYPE_DRIVER_H,
FT_PCF_DRIVER_H, FT_TYPE1_DRIVER_H): Make them aliases to
FT_DRIVER_H.

* include/freetype/ftautoh.h, include/freetype/ftcffdrv.h,
include/freetype/ftpcfdrv.h, include/freetype/ftt1drv.h,
include/freetype/ftttdrv.h: Replaced with...
* include/freetype/ftdriver.h: ...this new file.
(FT_CFF_HINTING_ADOBE, FT_T1_HINTING_ADOBE): Renamed to...
(FT_HINTING_ADOBE): ... this new macro.
(FT_CFF_HINTING_FREETYPE, FT_T1_HINTING_FREETYPE): Renamed to...
(FT_HINTING_FREETYPE): ... this new macro.

* src/*/*: Updated accordingly.
2017-12-08 18:41:49 +01:00
..
docmaker Update or fix links to use the https protocol instead of http. 2017-12-04 20:43:30 +01:00
ftfuzzer New `ftdriver.h' file, covering all driver modules. 2017-12-08 18:41:49 +01:00
ftrandom Replace ++foo' and --foo' with foo++' and foo--', resp. 2016-12-26 23:57:45 +01:00
afblue.pl Update copyright year. 2017-01-04 20:16:34 +01:00
apinames.c Replace foo == NULL' and foo != NULL' with !foo' and foo', resp. 2016-12-26 17:08:17 +01:00
chktrcmp.py Another adjustment to header locations. 2015-06-26 06:48:00 +02:00
cordic.py [base] Reduce trigonometric algorithms. 2013-01-02 22:21:37 -05:00
glnames.py Update or fix links to use the https protocol instead of http. 2017-12-04 20:43:30 +01:00
Jamfile * src/base/ftdbgmem.c: another realloc memory counting bug fix 2005-10-21 10:01:25 +00:00
no-copyright Update copyright year. 2016-01-13 11:54:10 +01:00
test_afm.c [psaux, type1] Fix minor AFM issues. 2015-02-18 11:38:46 +01:00
test_bbox.c [tools] Update BBox testing tool. 2013-02-18 20:41:56 -05:00
test_trig.c */*: Decorate hex constants with U' and L' where appropriate. 2014-12-07 09:40:47 +01:00
update-copyright Fix automatic copyright updating. 2015-03-11 08:47:48 +01:00
update-copyright-year Update copyright year. 2017-01-04 20:16:34 +01:00