25 #ifndef FT_CONFIG_OPTION_PIC 27 #define TT_SERVICES_GET tt_services 28 #define TT_SERVICE_GX_MULTI_MASTERS_GET tt_service_gx_multi_masters 29 #define TT_SERVICE_TRUETYPE_GLYF_GET tt_service_truetype_glyf 33 #include FT_MULTIPLE_MASTERS_H 34 #include FT_SERVICE_MULTIPLE_MASTERS_H 35 #include FT_SERVICE_TRUETYPE_GLYF_H 38 typedef struct TTModulePIC_
41 #ifdef TT_CONFIG_OPTION_GX_VAR_SUPPORT 42 FT_Service_MultiMastersRec tt_service_gx_multi_masters;
44 FT_Service_TTGlyfRec tt_service_truetype_glyf;
49 #define GET_PIC( lib ) \ 50 ( (TTModulePIC*)((lib)->pic_container.truetype) ) 51 #define TT_SERVICES_GET \ 52 ( GET_PIC( library )->tt_services ) 53 #define TT_SERVICE_GX_MULTI_MASTERS_GET \ 54 ( GET_PIC( library )->tt_service_gx_multi_masters ) 55 #define TT_SERVICE_TRUETYPE_GLYF_GET \ 56 ( GET_PIC( library )->tt_service_truetype_glyf ) 64 tt_driver_class_pic_init(
FT_Library library );