freetype2/src/truetype
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
..
Jamfile Update copyright year. 2017-01-04 20:16:34 +01:00
module.mk Update copyright year. 2017-01-04 20:16:34 +01:00
rules.mk Update copyright year. 2017-01-04 20:16:34 +01:00
truetype.c Improve `make multi'. 2017-03-18 07:06:49 +01:00
ttdriver.c New `ftdriver.h' file, covering all driver modules. 2017-12-08 18:41:49 +01:00
ttdriver.h Update copyright year. 2017-01-04 20:16:34 +01:00
tterrors.h Update copyright year. 2017-01-04 20:16:34 +01:00
ttgload.c New `ftdriver.h' file, covering all driver modules. 2017-12-08 18:41:49 +01:00
ttgload.h Update copyright year. 2017-01-04 20:16:34 +01:00
ttgxvar.c Improve tracing messages by using singular and plural forms. 2017-12-05 12:06:29 +01:00
ttgxvar.h Silence unused function warnings. 2017-11-23 20:40:52 +01:00
ttinterp.c New `ftdriver.h' file, covering all driver modules. 2017-12-08 18:41:49 +01:00
ttinterp.h [truetype] Always use interpreter v35 for B/W rendering (#51051). 2017-05-20 07:28:46 +02:00
ttobjs.c New `ftdriver.h' file, covering all driver modules. 2017-12-08 18:41:49 +01:00
ttobjs.h [truetype] Do linear scaling for FT_LOAD_NO_HINTING (#50470). 2017-04-26 11:40:28 +02:00
ttpic.c Update copyright year. 2017-01-04 20:16:34 +01:00
ttpic.h Update copyright year. 2017-01-04 20:16:34 +01:00
ttpload.c * src/truetype/ttpload.c (tt_face_get_location): Off-by-one typo. 2017-07-12 00:24:48 +02:00
ttpload.h Update copyright year. 2017-01-04 20:16:34 +01:00
ttsubpix.c New `ftdriver.h' file, covering all driver modules. 2017-12-08 18:41:49 +01:00
ttsubpix.h Update copyright year. 2017-01-04 20:16:34 +01:00