bindbc.freetype.bind.ftotval

Undocumented in source.

Members

Aliases

pFT_OpenType_Free
alias pFT_OpenType_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_OpenType_Validate
alias pFT_OpenType_Validate = FT_Error function(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)
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_BASE
anonymousenum FT_VALIDATE_BASE
Undocumented in source.

Functions

da_FT_OpenType_Free
void da_FT_OpenType_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.
da_FT_OpenType_Validate
FT_Error da_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)
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_OpenType_Free
pFT_OpenType_Free FT_OpenType_Free;
Undocumented in source.
FT_OpenType_Validate
pFT_OpenType_Validate FT_OpenType_Validate;
Undocumented in source.

Meta