#include <ft2build.h>
Go to the source code of this file.
Defines | |
#define | FT_COMPONENT trace_mm |
Functions | |
static FT_Error | ft_face_get_mm_service (FT_Face face, FT_Service_MultiMasters *aservice) |
FT_Get_Multi_Master (FT_Face face, FT_Multi_Master *amaster) | |
FT_Get_MM_Var (FT_Face face, FT_MM_Var **amaster) | |
FT_Set_MM_Design_Coordinates (FT_Face face, FT_UInt num_coords, FT_Long *coords) | |
FT_Set_Var_Design_Coordinates (FT_Face face, FT_UInt num_coords, FT_Fixed *coords) | |
FT_Set_MM_Blend_Coordinates (FT_Face face, FT_UInt num_coords, FT_Fixed *coords) | |
FT_Set_Var_Blend_Coordinates (FT_Face face, FT_UInt num_coords, FT_Fixed *coords) |
static FT_Error ft_face_get_mm_service | ( | FT_Face | face, | |
FT_Service_MultiMasters * | aservice | |||
) | [static] |
Definition at line 36 of file ftmm.c.
References error, FT_FACE_LOOKUP_SERVICE, FT_HAS_MULTIPLE_MASTERS, and NULL.
Referenced by FT_Get_MM_Var(), FT_Get_Multi_Master(), FT_Set_MM_Blend_Coordinates(), FT_Set_MM_Design_Coordinates(), FT_Set_Var_Blend_Coordinates(), and FT_Set_Var_Design_Coordinates().
FT_Get_Multi_Master | ( | FT_Face | face, | |
FT_Multi_Master * | amaster | |||
) |