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

Go to the source code of this file.

Macros

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

Typedefs

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

Functions

 FT_DEFINE_SERVICE (GXvalidate)
 
 FT_DEFINE_SERVICE (CKERNvalidate)
 

Macro Definition Documentation

◆ FT_SERVICE_ID_CLASSICKERN_VALIDATE

#define FT_SERVICE_ID_CLASSICKERN_VALIDATE   "classickern-validate"

◆ FT_SERVICE_ID_GX_VALIDATE

#define FT_SERVICE_ID_GX_VALIDATE   "truetypegx-validate"

Typedef Documentation

◆ ckern_validate_func

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

◆ gxv_validate_func

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

Function Documentation

◆ FT_DEFINE_SERVICE() [1/2]

FT_DEFINE_SERVICE ( CKERNvalidate  )

◆ FT_DEFINE_SERVICE() [2/2]

FT_DEFINE_SERVICE ( GXvalidate  )