XenevaOS
Loading...
Searching...
No Matches
Macros | Typedefs | Functions
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"

Typedef Documentation

◆ FT_Kerning_TrackGetFunc

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

Function Documentation

◆ FT_DEFINE_SERVICE()

FT_DEFINE_SERVICE ( Kerning  )