zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ftmm.c File Reference
#include <ft2build.h>
#include <FT_MULTIPLE_MASTERS_H>
#include <FT_INTERNAL_OBJECTS_H>
#include <FT_SERVICE_MULTIPLE_MASTERS_H>

Go to the source code of this file.

Macros

#define FT_COMPONENT   trace_mm
 

Functions

static FT_Error ft_face_get_mm_service (FT_Face face, FT_Service_MultiMasters *aservice)
 
 FT_Get_MM_Var (FT_Face face, FT_MM_Var **amaster)
 
 FT_Get_Multi_Master (FT_Face face, FT_Multi_Master *amaster)
 
 FT_Set_MM_Blend_Coordinates (FT_Face face, FT_UInt num_coords, FT_Fixed *coords)
 
 FT_Set_MM_Design_Coordinates (FT_Face face, FT_UInt num_coords, FT_Long *coords)
 
 FT_Set_Var_Blend_Coordinates (FT_Face face, FT_UInt num_coords, FT_Fixed *coords)
 
 FT_Set_Var_Design_Coordinates (FT_Face face, FT_UInt num_coords, FT_Fixed *coords)
 

Macro Definition Documentation

#define FT_COMPONENT   trace_mm

Definition at line 32 of file ftmm.c.

Function Documentation

static FT_Error ft_face_get_mm_service ( FT_Face  face,
FT_Service_MultiMasters *  aservice 
)
static
FT_Get_MM_Var ( FT_Face  face,
FT_MM_Var **  amaster 
)

Definition at line 88 of file ftmm.c.

References error, FT_Err_Invalid_Argument, and ft_face_get_mm_service().

FT_Get_Multi_Master ( FT_Face  face,
FT_Multi_Master amaster 
)

Definition at line 66 of file ftmm.c.

References error, FT_Err_Invalid_Argument, and ft_face_get_mm_service().

FT_Set_MM_Blend_Coordinates ( FT_Face  face,
FT_UInt  num_coords,
FT_Fixed coords 
)

Definition at line 156 of file ftmm.c.

References error, FT_Err_Invalid_Argument, and ft_face_get_mm_service().

FT_Set_MM_Design_Coordinates ( FT_Face  face,
FT_UInt  num_coords,
FT_Long coords 
)

Definition at line 110 of file ftmm.c.

References error, FT_Err_Invalid_Argument, and ft_face_get_mm_service().

FT_Set_Var_Blend_Coordinates ( FT_Face  face,
FT_UInt  num_coords,
FT_Fixed coords 
)

Definition at line 182 of file ftmm.c.

References error, FT_Err_Invalid_Argument, and ft_face_get_mm_service().

FT_Set_Var_Design_Coordinates ( FT_Face  face,
FT_UInt  num_coords,
FT_Fixed coords 
)

Definition at line 133 of file ftmm.c.

References error, FT_Err_Invalid_Argument, and ft_face_get_mm_service().