22 #include FT_INTERNAL_SERVICE_H 35 #define FT_SERVICE_ID_MULTI_MASTERS "multi-masters" 72 #ifndef FT_CONFIG_OPTION_PIC 74 #define FT_DEFINE_SERVICE_MULTIMASTERSREC( class_, \ 80 static const FT_Service_MultiMastersRec class_ = \ 82 get_mm_, set_mm_design_, set_mm_blend_, get_mm_var_, set_var_design_ \ 87 #define FT_DEFINE_SERVICE_MULTIMASTERSREC( class_, \ 94 FT_Init_Class_ ## class_( FT_Service_MultiMastersRec* clazz ) \ 96 clazz->get_mm = get_mm_; \ 97 clazz->set_mm_design = set_mm_design_; \ 98 clazz->set_mm_blend = set_mm_blend_; \ 99 clazz->get_mm_var = get_mm_var_; \ 100 clazz->set_var_design = set_var_design_; \
FT_DEFINE_SERVICE(MultiMasters)
FT_Error(* FT_Set_MM_Design_Func)(FT_Face face, FT_UInt num_coords, FT_Long *coords)
GLenum GLuint GLint GLenum face
FT_Error(* FT_Set_Var_Design_Func)(FT_Face face, FT_UInt num_coords, FT_Fixed *coords)
FT_Error(* FT_Set_MM_Blend_Func)(FT_Face face, FT_UInt num_coords, FT_Long *coords)
FT_Error(* FT_Get_MM_Func)(FT_Face face, FT_Multi_Master *master)
FT_Error(* FT_Get_MM_Var_Func)(FT_Face face, FT_MM_Var **master)