ReactOS 0.4.15-dev-7953-g1f49173
svkern.h File Reference

Go to the source code of this file.

Macros

#define FT_SERVICE_ID_KERNING   "kerning"
 

Typedefs

typedef FT_Error(* FT_Kerning_TrackGetFunc) (FT_Face face, FT_Fixed point_size, FT_Int degree, FT_Fixed *akerning)
 

Functions

 FT_DEFINE_SERVICE (Kerning)
 

Macro Definition Documentation

◆ FT_SERVICE_ID_KERNING

#define FT_SERVICE_ID_KERNING   "kerning"

Definition at line 28 of file svkern.h.

Typedef Documentation

◆ FT_Kerning_TrackGetFunc

typedef FT_Error(* FT_Kerning_TrackGetFunc) (FT_Face face, FT_Fixed point_size, FT_Int degree, FT_Fixed *akerning)

Definition at line 31 of file svkern.h.

Function Documentation

◆ FT_DEFINE_SERVICE()

FT_DEFINE_SERVICE ( Kerning  )

Definition at line 37 of file svkern.h.

38 {
40 };
FT_Error(* FT_Kerning_TrackGetFunc)(FT_Face face, FT_Fixed point_size, FT_Int degree, FT_Fixed *akerning)
Definition: svkern.h:32