23#include FT_INTERNAL_SERVICE_H
29#define FT_SERVICE_ID_PFR_METRICS "pfr-metrics"
FT_BEGIN_HEADER typedef signed long FT_Pos
Definition ftimage.h:58
#define FT_DEFINE_SERVICE(name)
Definition ftserv.h:480
signed long FT_Fixed
Definition fttypes.h:287
int FT_Error
Definition fttypes.h:299
unsigned int FT_UInt
Definition fttypes.h:231
Definition freetype.h:1042
FT_Error(* FT_PFR_GetKerningFunc)(FT_Face face, FT_UInt left, FT_UInt right, FT_Vector *avector)
Definition svpfr.h:40
FT_Error(* FT_PFR_GetMetricsFunc)(FT_Face face, FT_UInt *aoutline, FT_UInt *ametrics, FT_Fixed *ax_scale, FT_Fixed *ay_scale)
Definition svpfr.h:33
FT_Error(* FT_PFR_GetAdvanceFunc)(FT_Face face, FT_UInt gindex, FT_Pos *aadvance)
Definition svpfr.h:46