Go to the source code of this file.
Defines | |
#define | FT_SERVICE_ID_MULTI_MASTERS "multi-masters" |
#define | FT_DEFINE_SERVICE_MULTIMASTERSREC(class_, get_mm_, set_mm_design_,set_mm_blend_, get_mm_var_, set_var_design_) |
Typedefs | |
typedef FT_Error(*) | FT_Get_MM_Func (FT_Face face, FT_Multi_Master *master) |
typedef FT_Error(*) | FT_Get_MM_Var_Func (FT_Face face, FT_MM_Var **master) |
typedef FT_Error(*) | FT_Set_MM_Design_Func (FT_Face face, FT_UInt num_coords, FT_Long *coords) |
typedef FT_Error(*) | FT_Set_Var_Design_Func (FT_Face face, FT_UInt num_coords, FT_Fixed *coords) |
typedef FT_Error(*) | FT_Set_MM_Blend_Func (FT_Face face, FT_UInt num_coords, FT_Long *coords) |
Functions | |
FT_DEFINE_SERVICE (MultiMasters) |
#define FT_DEFINE_SERVICE_MULTIMASTERSREC | ( | class_, | |||
get_mm_, | |||||
set_mm_design_, | |||||
set_mm_blend_, | |||||
get_mm_var_, | |||||
set_var_design_ | ) |
typedef FT_Error(*) FT_Get_MM_Func(FT_Face face, FT_Multi_Master *master) |
typedef FT_Error(*) FT_Get_MM_Var_Func(FT_Face face, FT_MM_Var **master) |