bindbc.freetype.bind.ftgxval

Undocumented in source.

Members

Aliases

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.

Enums

FT_VALIDATE_feat_INDEX
anonymousenum FT_VALIDATE_feat_INDEX
Undocumented in source.

Functions

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.

Static variables

FT_ClassicKern_Free
pFT_ClassicKern_Free FT_ClassicKern_Free;
Undocumented in source.
FT_ClassicKern_Validate
pFT_ClassicKern_Validate FT_ClassicKern_Validate;
Undocumented in source.
FT_TrueTypeGX_Free
pFT_TrueTypeGX_Free FT_TrueTypeGX_Free;
Undocumented in source.
FT_TrueTypeGX_Validate
pFT_TrueTypeGX_Validate FT_TrueTypeGX_Validate;
Undocumented in source.

Meta