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

Go to the source code of this file.

Macros

#define FT_SERVICE_ID_CLASSICKERN_VALIDATE   "classickern-validate"
 
#define FT_SERVICE_ID_GX_VALIDATE   "truetypegx-validate"
 

Typedefs

typedef FT_Error(* ckern_validate_func )(FT_Face face, FT_UInt ckern_flags, FT_Bytes *ckern_table)
 
typedef FT_Error(* gxv_validate_func )(FT_Face face, FT_UInt gx_flags, FT_Bytes tables[FT_VALIDATE_GX_LENGTH], FT_UInt table_length)
 

Functions

 FT_DEFINE_SERVICE (GXvalidate)
 
 FT_DEFINE_SERVICE (CKERNvalidate)
 

Macro Definition Documentation

#define FT_SERVICE_ID_CLASSICKERN_VALIDATE   "classickern-validate"

Definition at line 38 of file svgxval.h.

#define FT_SERVICE_ID_GX_VALIDATE   "truetypegx-validate"

Definition at line 37 of file svgxval.h.

Typedef Documentation

typedef FT_Error(* ckern_validate_func)(FT_Face face, FT_UInt ckern_flags, FT_Bytes *ckern_table)

Definition at line 48 of file svgxval.h.

typedef FT_Error(* gxv_validate_func)(FT_Face face, FT_UInt gx_flags, FT_Bytes tables[FT_VALIDATE_GX_LENGTH], FT_UInt table_length)

Definition at line 41 of file svgxval.h.

Function Documentation

FT_DEFINE_SERVICE ( GXvalidate  )

Definition at line 53 of file svgxval.h.

FT_DEFINE_SERVICE ( CKERNvalidate  )

Definition at line 58 of file svgxval.h.