25 #include FT_INTERNAL_PIC_H 28 #ifndef FT_CONFIG_OPTION_PIC 30 #define AF_SERVICES_GET af_services 31 #define AF_SERVICE_PROPERTIES_GET af_service_properties 33 #define AF_SCRIPT_CLASSES_GET af_script_classes 34 #define AF_INTERFACE_GET af_autofitter_interface 39 #include FT_SERVICE_PROPERTIES_H 45 #ifdef FT_OPTION_AUTOFIT2 46 #define AF_SCRIPT_CLASSES_COUNT 6 48 #define AF_SCRIPT_CLASSES_COUNT 5 51 #define AF_SCRIPT_CLASSES_REC_COUNT ( AF_SCRIPT_CLASSES_COUNT - 1 ) 54 typedef struct AFModulePIC_
57 FT_Service_PropertiesRec af_service_properties;
66 #define GET_PIC( lib ) \ 67 ( (AFModulePIC*)((lib)->pic_container.autofit) ) 69 #define AF_SERVICES_GET \ 70 ( GET_PIC( library )->af_services ) 71 #define AF_SERVICE_PROPERTIES_GET \ 72 ( GET_PIC( library )->af_service_properties ) 74 #define AF_SCRIPT_CLASSES_GET \ 75 ( GET_PIC( FT_FACE_LIBRARY( globals->face ) )->af_script_classes ) 76 #define AF_INTERFACE_GET \ 77 ( GET_PIC( library )->af_autofitter_interface ) 85 autofit_module_class_pic_init(
FT_Library library );
struct AF_ScriptClassRec_ const * AF_ScriptClass