Go to the source code of this file.
Defines | |
#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) |
#define FT_SERVICE_ID_CLASSICKERN_VALIDATE "classickern-validate" |