ReactOS 0.4.15-dev-7924-g5949c20
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"

Definition at line 28 of file svotval.h.

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)

Definition at line 31 of file svotval.h.

Function Documentation

◆ FT_DEFINE_SERVICE()

FT_DEFINE_SERVICE ( OTvalidate  )

Definition at line 41 of file svotval.h.

42 {
44 };
static FRESULT validate(void *obj)
Definition: ff.c:2372
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)
Definition: svotval.h:32