bindbc.freetype.bind.ftsystem

Undocumented in source.

Members

Aliases

FT_Alloc_Func
alias FT_Alloc_Func = void* function(FT_Memory, c_long)
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, void*)
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, c_long, c_long, void*)
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)
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, c_ulong, ubyte*, c_ulong)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

FT_MemoryRec
struct FT_MemoryRec
Undocumented in source.
FT_StreamRec
struct FT_StreamRec
Undocumented in source.

Unions

FT_StreamDesc
union FT_StreamDesc
Undocumented in source.

Meta