22#include FT_INTERNAL_SERVICE_H
35#define FT_SERVICE_ID_MULTI_MASTERS "multi-masters"
107#ifndef FT_CONFIG_OPTION_PIC
109#define FT_DEFINE_SERVICE_MULTIMASTERSREC( class_, \
120 static const FT_Service_MultiMastersRec class_ = \
136#define FT_DEFINE_SERVICE_MULTIMASTERSREC( class_, \
148 FT_Init_Class_ ## class_( FT_Service_MultiMastersRec* clazz ) \
150 clazz->get_mm = get_mm_; \
151 clazz->set_mm_design = set_mm_design_; \
152 clazz->set_mm_blend = set_mm_blend_; \
153 clazz->get_mm_blend = get_mm_blend_; \
154 clazz->get_mm_var = get_mm_var_; \
155 clazz->set_var_design = set_var_design_; \
156 clazz->get_var_design = get_var_design_; \
157 clazz->set_instance = set_instance_; \
158 clazz->get_var_blend = get_var_blend_; \
159 clazz->done_blend = done_blend_; \
struct FT_FaceRec_ * FT_Face
#define FT_DEFINE_SERVICE(name)
FT_Error(* FT_Set_Instance_Func)(FT_Face face, FT_UInt instance_index)
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_Set_MM_Design_Func)(FT_Face face, FT_UInt num_coords, FT_Long *coords)
FT_Error(* FT_Get_MM_Var_Func)(FT_Face face, FT_MM_Var **master)
FT_Error(* FT_Get_MM_Blend_Func)(FT_Face face, FT_UInt num_coords, FT_Long *coords)
void(* FT_Done_Blend_Func)(FT_Face)
FT_Error(* FT_Get_Var_Blend_Func)(FT_Face face, FT_UInt *num_coords, FT_Fixed **coords, FT_Fixed **normalizedcoords, FT_MM_Var **mm_var)
FT_Error(* FT_Get_Var_Design_Func)(FT_Face face, FT_UInt num_coords, FT_Fixed *coords)
FT_Error(* FT_Set_Var_Design_Func)(FT_Face face, FT_UInt num_coords, FT_Fixed *coords)