- FT_Sfnt_Tag
alias FT_Sfnt_Tag = int
Undocumented in source.
- pFT_Get_CMap_Format
alias pFT_Get_CMap_Format = FT_ULong function(FT_CharMap charmap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pFT_Get_CMap_Language_ID
alias pFT_Get_CMap_Language_ID = FT_ULong function(FT_CharMap charmap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pFT_Get_Sfnt_Table
alias pFT_Get_Sfnt_Table = void* function(FT_Face face, FT_Sfnt_Tag tag)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pFT_Load_Sfnt_Table
alias pFT_Load_Sfnt_Table = FT_Error function(FT_Face face, FT_ULong tag, FT_Long offset, FT_Byte* buffer, FT_ULong* length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pFT_Sfnt_Table_Info
alias pFT_Sfnt_Table_Info = FT_Error function(FT_Face face, FT_UInt table_index, FT_ULong* tag, FT_ULong* length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Get_CMap_Format
FT_ULong FT_Get_CMap_Format(FT_CharMap charmap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Get_CMap_Language_ID
FT_ULong FT_Get_CMap_Language_ID(FT_CharMap charmap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Get_Sfnt_Table
void* FT_Get_Sfnt_Table(FT_Face face, FT_Sfnt_Tag tag)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Load_Sfnt_Table
FT_Error FT_Load_Sfnt_Table(FT_Face face, FT_ULong tag, FT_Long offset, FT_Byte* buffer, FT_ULong* length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Sfnt_Table_Info
FT_Error FT_Sfnt_Table_Info(FT_Face face, FT_UInt table_index, FT_ULong* tag, FT_ULong* length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.