freetype2/src/cid
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
..
Jamfile Update copyright year. 2017-01-04 20:16:34 +01:00
ciderrs.h Update copyright year. 2017-01-04 20:16:34 +01:00
cidgload.c Update copyright year. 2017-01-04 20:16:34 +01:00
cidgload.h Update copyright year. 2017-01-04 20:16:34 +01:00
cidload.c Update copyright year. 2017-01-04 20:16:34 +01:00
cidload.h Update copyright year. 2017-01-04 20:16:34 +01:00
cidobjs.c Introduce `FT_Size_InternalRec' structure. 2017-04-22 12:48:50 +02:00
cidobjs.h Update copyright year. 2017-01-04 20:16:34 +01:00
cidparse.c Update copyright year. 2017-01-04 20:16:34 +01:00
cidparse.h Update copyright year. 2017-01-04 20:16:34 +01:00
cidriver.c Update copyright year. 2017-01-04 20:16:34 +01:00
cidriver.h Update copyright year. 2017-01-04 20:16:34 +01:00
cidtoken.h 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
type1cid.c Improve `make multi'. 2017-03-18 07:06:49 +01:00