zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
svpfr.h File Reference
#include <FT_PFR_H>
#include <FT_INTERNAL_SERVICE_H>

Go to the source code of this file.

Macros

#define FT_SERVICE_ID_PFR_METRICS   "pfr-metrics"
 

Typedefs

typedef FT_Error(* FT_PFR_GetAdvanceFunc )(FT_Face face, FT_UInt gindex, FT_Pos *aadvance)
 
typedef FT_Error(* FT_PFR_GetKerningFunc )(FT_Face face, FT_UInt left, FT_UInt right, FT_Vector *avector)
 
typedef FT_Error(* FT_PFR_GetMetricsFunc )(FT_Face face, FT_UInt *aoutline, FT_UInt *ametrics, FT_Fixed *ax_scale, FT_Fixed *ay_scale)
 

Functions

 FT_DEFINE_SERVICE (PfrMetrics)
 

Macro Definition Documentation

#define FT_SERVICE_ID_PFR_METRICS   "pfr-metrics"

Definition at line 29 of file svpfr.h.

Typedef Documentation

typedef FT_Error(* FT_PFR_GetAdvanceFunc)(FT_Face face, FT_UInt gindex, FT_Pos *aadvance)

Definition at line 46 of file svpfr.h.

typedef FT_Error(* FT_PFR_GetKerningFunc)(FT_Face face, FT_UInt left, FT_UInt right, FT_Vector *avector)

Definition at line 40 of file svpfr.h.

typedef FT_Error(* FT_PFR_GetMetricsFunc)(FT_Face face, FT_UInt *aoutline, FT_UInt *ametrics, FT_Fixed *ax_scale, FT_Fixed *ay_scale)

Definition at line 33 of file svpfr.h.

Function Documentation

FT_DEFINE_SERVICE ( PfrMetrics  )

Definition at line 51 of file svpfr.h.