freetype/src/cff
Werner Lemberg 5412d8869b Introduce `FT_Size_InternalRec' structure.
We are going to extend this later on.

* include/freetype/internal/ftobjs.h (FT_Size_InternalRec): New
structure with a single field `module_data'.

* src/base/ftobjs.c (FT_New_Size): Allocate `internal' field of
`FT_Size' structure.

* src/cff/cffgload.c (cff_builder_init, cff_decoder_prepare): Use
`size->internal->module_data' instead of `size->internal'.

* src/cff/cffobjs.c (cff_size_done): Deallocate `module_data'.
(cff_size_init, cff_size_select, cff_size_request): Use
`size->internal->module_data' instead of `size->internal'.

* src/cif/cidobjs.c (cid_size_done, cid_size_init,
cid_size_request): Use `size->internal->module_data' instead of
`size->internal'.

* src/psaux/psobjs.c (t1_builder_ini): Use
`size->internal->module_data' instead of `size->internal'.

* src/type1/t1objs.c (T1_Size_Done, T1_Size_Init, T1_Size_Request):
Use `size->internal->module_data' instead of `size->internal'.
2017-04-22 12:48:50 +02:00
..
cf2arrst.c Replace foo == NULL' and foo != NULL' with !foo' and foo', resp. 2016-12-26 17:08:17 +01:00
cf2arrst.h Don't use macro names that contain `__' [1/2]. 2016-01-12 21:37:13 +01:00
cf2blues.c Math simplifications. 2014-02-28 09:25:57 +01:00
cf2blues.h Don't use macro names that contain `__' [1/2]. 2016-01-12 21:37:13 +01:00
cf2error.c Use FT_SET_ERROR where useful. Other minor code formatting. 2016-12-17 20:47:42 +01:00
cf2error.h Typos. 2017-01-19 23:01:44 -05:00
cf2fixed.h [sfnt, cff] Minor preparations. 2016-12-14 18:25:44 +01:00
cf2font.c [cff] Implement CFF2 support (2/2). 2016-12-15 21:56:44 +01:00
cf2font.h [cff, truetype] Remove compiler warnings; fix `make multi'. 2016-12-16 11:15:17 +01:00
cf2ft.c [truetype] Store and use design coordinates also. 2017-03-12 20:46:56 +01:00
cf2ft.h [cff] Implement CFF2 support (2/2). 2016-12-15 21:56:44 +01:00
cf2glue.h Don't use macro names that contain `__' [1/2]. 2016-01-12 21:37:13 +01:00
cf2hints.c Minor formatting. 2016-12-25 22:55:25 +01:00
cf2hints.h Typos. 2016-04-08 23:21:34 -04:00
cf2intrp.c s/index/idx/ where appropriate. 2017-03-27 21:00:17 +02:00
cf2intrp.h Don't use macro names that contain `__' [1/2]. 2016-01-12 21:37:13 +01:00
cf2read.c More compiler warning fixes. 2013-06-12 10:58:06 +02:00
cf2read.h Don't use macro names that contain `__' [1/2]. 2016-01-12 21:37:13 +01:00
cf2stack.c Replace ++foo' and --foo' with foo++' and foo--', resp. 2016-12-26 23:57:45 +01:00
cf2stack.h [cff] Implement dynamic stack size for Adobe engine. 2016-12-15 11:22:15 +01:00
cf2types.h Don't use macro names that contain `__' [1/2]. 2016-01-12 21:37:13 +01:00
cff.c Improve `make multi'. 2017-03-18 07:06:49 +01:00
cffcmap.c Update copyright year. 2017-01-04 20:16:34 +01:00
cffcmap.h Update copyright year. 2017-01-04 20:16:34 +01:00
cffdrivr.c [cff] Introduce `random-seed' property (2/2). 2017-02-20 09:01:14 +01:00
cffdrivr.h Update copyright year. 2017-01-04 20:16:34 +01:00
cfferrs.h Update copyright year. 2017-01-04 20:16:34 +01:00
cffgload.c Introduce `FT_Size_InternalRec' structure. 2017-04-22 12:48:50 +02:00
cffgload.h Update copyright year. 2017-01-04 20:16:34 +01:00
cffload.c * src/cff/cffload.c (cff_font_load): Improve fix from 2017-01-04. 2017-03-31 09:35:58 +02:00
cffload.h [truetype] Store and use design coordinates also. 2017-03-12 20:46:56 +01:00
cffobjs.c Introduce `FT_Size_InternalRec' structure. 2017-04-22 12:48:50 +02:00
cffobjs.h [cff] Introduce `random-seed' property (1/2). 2017-02-20 08:55:26 +01:00
cffparse.c Remove clang compiler warnings (#50548). 2017-03-15 11:35:26 +01:00
cffparse.h * src/cff/cffparse.h (CFF2_DEFAULT_STACK): Set to 513 also. 2017-03-30 21:07:17 +02:00
cffpic.c Update copyright year. 2017-01-04 20:16:34 +01:00
cffpic.h Make compilation with FT_CONFIG_OPTION_PIC work again. 2017-02-02 07:13:29 +01:00
cfftoken.h Update copyright year. 2017-01-04 20:16:34 +01:00
cfftypes.h [cff] Fix potential bugs in default NDV for CFF2. 2017-03-17 07:28:11 +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