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

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

#define FT_SERVICE_ID_OPENTYPE_VALIDATE   "opentype-validate"

Definition at line 28 of file svotval.h.

Typedef Documentation

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 32 of file svotval.h.

Function Documentation

FT_DEFINE_SERVICE ( OTvalidate  )

Definition at line 41 of file svotval.h.