22#include <freetype/freetype.h>
25#error "freetype.h of FreeType 1 has been loaded!"
26#error "Please fix the directory search order for header files"
27#error "so that freetype.h of FreeType 2 is found first."
80#define T1_MAX_MM_AXIS 4
81#define T1_MAX_MM_DESIGNS 16
82#define T1_MAX_MM_MAP_POINTS 20
714#define FT_VAR_AXIS_FLAG_HIDDEN 1
struct FT_LibraryRec_ * FT_Library
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)
struct FT_Multi_Master_ FT_Multi_Master
FT_Get_Default_Named_Instance(FT_Face face, FT_UInt *instance_index)
FT_Set_MM_WeightVector(FT_Face face, FT_UInt len, FT_Fixed *weightvector)
FT_Get_Var_Axis_Flags(FT_MM_Var *master, FT_UInt axis_index, FT_UInt *flags)
FT_Set_Var_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_Get_MM_Blend_Coordinates(FT_Face face, FT_UInt num_coords, FT_Fixed *coords)
FT_Get_Var_Blend_Coordinates(FT_Face face, FT_UInt num_coords, FT_Fixed *coords)
struct FT_MM_Var_ FT_MM_Var
FT_Set_Var_Design_Coordinates(FT_Face face, FT_UInt num_coords, FT_Fixed *coords)
FT_Get_Var_Design_Coordinates(FT_Face face, FT_UInt num_coords, FT_Fixed *coords)
FT_Get_MM_WeightVector(FT_Face face, FT_UInt *len, FT_Fixed *weightvector)
struct FT_Var_Axis_ FT_Var_Axis
FT_Done_MM_Var(FT_Library library, FT_MM_Var *amaster)
struct FT_Var_Named_Style_ FT_Var_Named_Style
FT_Set_Named_Instance(FT_Face face, FT_UInt instance_index)
struct FT_MM_Axis_ FT_MM_Axis
FT_Get_MM_Var(FT_Face face, FT_MM_Var **amaster)
FT_Var_Named_Style * namedstyle
FT_MM_Axis axis[T1_MAX_MM_AXIS]