- pFT_ClassicKern_Free
alias pFT_ClassicKern_Free = void function(FT_Face face, FT_Bytes table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pFT_ClassicKern_Validate
alias pFT_ClassicKern_Validate = FT_Error function(FT_Face face, FT_UInt validation_flags, FT_Bytes* ckern_table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pFT_TrueTypeGX_Free
alias pFT_TrueTypeGX_Free = void function(FT_Face face, FT_Bytes table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pFT_TrueTypeGX_Validate
alias pFT_TrueTypeGX_Validate = FT_Error function(FT_Face face, FT_UInt validation_flags, FT_Bytes* tables, FT_UInt table_length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_ClassicKern_Free
void FT_ClassicKern_Free(FT_Face face, FT_Bytes table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_ClassicKern_Validate
FT_Error FT_ClassicKern_Validate(FT_Face face, FT_UInt validation_flags, FT_Bytes* ckern_table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_TrueTypeGX_Free
void FT_TrueTypeGX_Free(FT_Face face, FT_Bytes table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_TrueTypeGX_Validate
FT_Error FT_TrueTypeGX_Validate(FT_Face face, FT_UInt validation_flags, FT_Bytes* tables, FT_UInt table_length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.