svmm.h File Reference

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 Documentation

#define FT_DEFINE_SERVICE_MULTIMASTERSREC ( class_,
get_mm_,
set_mm_design_,
set_mm_blend_,
get_mm_var_,
set_var_design_   ) 

Value:

static const FT_Service_MultiMastersRec class_ =                           \
  {                                                                          \
    get_mm_, set_mm_design_, set_mm_blend_, get_mm_var_, set_var_design_     \
  };

Definition at line 74 of file svmm.h.

#define FT_SERVICE_ID_MULTI_MASTERS   "multi-masters"

Definition at line 35 of file svmm.h.


Typedef Documentation

typedef FT_Error(*) FT_Get_MM_Func(FT_Face face, FT_Multi_Master *master)

Definition at line 39 of file svmm.h.

typedef FT_Error(*) FT_Get_MM_Var_Func(FT_Face face, FT_MM_Var **master)

Definition at line 43 of file svmm.h.

typedef FT_Error(*) FT_Set_MM_Blend_Func(FT_Face face, FT_UInt num_coords, FT_Long *coords)

Definition at line 57 of file svmm.h.

typedef FT_Error(*) FT_Set_MM_Design_Func(FT_Face face, FT_UInt num_coords, FT_Long *coords)

Definition at line 47 of file svmm.h.

typedef FT_Error(*) FT_Set_Var_Design_Func(FT_Face face, FT_UInt num_coords, FT_Fixed *coords)

Definition at line 52 of file svmm.h.


Function Documentation

FT_DEFINE_SERVICE ( MultiMasters   ) 

Definition at line 62 of file svmm.h.


Generated on Tue Jul 5 15:58:20 2011 for ROOT_528-00b_version by  doxygen 1.5.1