XenevaOS
Loading...
Searching...
No Matches
Macros | Typedefs | Functions
svotval.h File Reference

Go to the source code of this file.

Macros

#define FT_SERVICE_ID_OPENTYPE_VALIDATE   "opentype-validate"
 

Typedefs

typedef FT_Error(* otv_validate_func) (FT_Face volatile face, FT_UInt ot_flags, FT_Bytes *base, FT_Bytes *gdef, FT_Bytes *gpos, FT_Bytes *gsub, FT_Bytes *jstf)
 

Functions

 FT_DEFINE_SERVICE (OTvalidate)
 

Macro Definition Documentation

◆ FT_SERVICE_ID_OPENTYPE_VALIDATE

#define FT_SERVICE_ID_OPENTYPE_VALIDATE   "opentype-validate"

Typedef Documentation

◆ otv_validate_func

typedef FT_Error(* otv_validate_func) (FT_Face volatile face, FT_UInt ot_flags, FT_Bytes *base, FT_Bytes *gdef, FT_Bytes *gpos, FT_Bytes *gsub, FT_Bytes *jstf)

Function Documentation

◆ FT_DEFINE_SERVICE()

FT_DEFINE_SERVICE ( OTvalidate  )