XenevaOS
Loading...
Searching...
No Matches
Macros | Functions
ftotval.h File Reference
#include <ft2build.h>
Include dependency graph for ftotval.h:

Go to the source code of this file.

Macros

#define FT_VALIDATE_BASE   0x0100
 
#define FT_VALIDATE_GDEF   0x0200
 
#define FT_VALIDATE_GPOS   0x0400
 
#define FT_VALIDATE_GSUB   0x0800
 
#define FT_VALIDATE_JSTF   0x1000
 
#define FT_VALIDATE_MATH   0x2000
 
#define FT_VALIDATE_OT
 

Functions

 FT_OpenType_Validate (FT_Face face, FT_UInt validation_flags, FT_Bytes *BASE_table, FT_Bytes *GDEF_table, FT_Bytes *GPOS_table, FT_Bytes *GSUB_table, FT_Bytes *JSTF_table)
 
 FT_OpenType_Free (FT_Face face, FT_Bytes table)
 

Macro Definition Documentation

◆ FT_VALIDATE_BASE

#define FT_VALIDATE_BASE   0x0100

◆ FT_VALIDATE_GDEF

#define FT_VALIDATE_GDEF   0x0200

◆ FT_VALIDATE_GPOS

#define FT_VALIDATE_GPOS   0x0400

◆ FT_VALIDATE_GSUB

#define FT_VALIDATE_GSUB   0x0800

◆ FT_VALIDATE_JSTF

#define FT_VALIDATE_JSTF   0x1000

◆ FT_VALIDATE_MATH

#define FT_VALIDATE_MATH   0x2000

◆ FT_VALIDATE_OT

#define FT_VALIDATE_OT
Value:
#define FT_VALIDATE_MATH
Definition ftotval.h:107
#define FT_VALIDATE_GSUB
Definition ftotval.h:105
#define FT_VALIDATE_GDEF
Definition ftotval.h:103
#define FT_VALIDATE_JSTF
Definition ftotval.h:106
#define FT_VALIDATE_GPOS
Definition ftotval.h:104
#define FT_VALIDATE_BASE
Definition ftotval.h:102

Function Documentation

◆ FT_OpenType_Free()

FT_OpenType_Free ( FT_Face  face,
FT_Bytes  table 
)

◆ FT_OpenType_Validate()

FT_OpenType_Validate ( FT_Face  face,
FT_UInt  validation_flags,
FT_Bytes BASE_table,
FT_Bytes GDEF_table,
FT_Bytes GPOS_table,
FT_Bytes GSUB_table,
FT_Bytes JSTF_table 
)