23#include FT_INTERNAL_PIC_H
26#ifndef FT_CONFIG_OPTION_PIC
28#define AF_SERVICES_GET af_services
29#define AF_SERVICE_PROPERTIES_GET af_service_properties
31#define AF_WRITING_SYSTEM_CLASSES_GET af_writing_system_classes
32#define AF_SCRIPT_CLASSES_GET af_script_classes
33#define AF_STYLE_CLASSES_GET af_style_classes
34#define AF_INTERFACE_GET af_autofitter_interface
39#include FT_SERVICE_PROPERTIES_H
46 typedef struct AFModulePIC_
49 FT_Service_PropertiesRec af_service_properties;
71#define GET_PIC( lib ) \
72 ( (AFModulePIC*)( (lib)->pic_container.autofit ) )
74#define AF_SERVICES_GET \
75 ( GET_PIC( library )->af_services )
76#define AF_SERVICE_PROPERTIES_GET \
77 ( GET_PIC( library )->af_service_properties )
79#define AF_WRITING_SYSTEM_CLASSES_GET \
80 ( GET_PIC( FT_FACE_LIBRARY( globals->face ) )->af_writing_system_classes )
81#define AF_SCRIPT_CLASSES_GET \
82 ( GET_PIC( FT_FACE_LIBRARY( globals->face ) )->af_script_classes )
83#define AF_STYLE_CLASSES_GET \
84 ( GET_PIC( FT_FACE_LIBRARY( globals->face ) )->af_style_classes )
85#define AF_INTERFACE_GET \
86 ( GET_PIC( library )->af_autofitter_interface )
af_writing_system_classes[]