bindbc.freetype.bind.ftgzip

Undocumented in source.

Members

Aliases

da_FT_Gzip_Uncompress
alias da_FT_Gzip_Uncompress = FT_Error function(FT_Memory memory, FT_Byte* output, FT_ULong* output_len, const(FT_Byte)* input, FT_ULong input_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FT_Stream_OpenGzip
alias da_FT_Stream_OpenGzip = FT_Error function(FT_Stream stream, FT_Stream source)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

FT_Gzip_Uncompress
FT_Error FT_Gzip_Uncompress(FT_Memory memory, FT_Byte* output, FT_ULong* output_len, const(FT_Byte)* input, FT_ULong input_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_Stream_OpenGzip
FT_Error FT_Stream_OpenGzip(FT_Stream stream, FT_Stream source)
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_Gzip_Uncompress
da_FT_Gzip_Uncompress FT_Gzip_Uncompress;
Undocumented in source.
FT_Stream_OpenGzip
da_FT_Stream_OpenGzip FT_Stream_OpenGzip;
Undocumented in source.

Meta