- FT_Alloc_Func
alias FT_Alloc_Func = void* function(FT_Memory memory, c_long size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Free_Func
alias FT_Free_Func = void function(FT_Memory memory, void* block)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Memory
alias FT_Memory = FT_MemoryRec*
Undocumented in source.
- FT_Realloc_Func
alias FT_Realloc_Func = void* function(FT_Memory memory, c_long cur_size, c_long new_size, void* block)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Stream
alias FT_Stream = FT_StreamRec*
Undocumented in source.
- FT_Stream_CloseFunc
alias FT_Stream_CloseFunc = void function(FT_Stream stream)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Stream_IoFunc
alias FT_Stream_IoFunc = c_ulong function(FT_Stream stream, c_ulong offset, ubyte* buffer, c_ulong count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.