freetype2-0.2.0: Haskell bindings for FreeType 2 library

Safe HaskellNone
LanguageHaskell98

FreeType.Support.GZIP.Internal

Contents

Synopsis

FT_Stream_OpenGzip

FT_Gzip_Uncompress

ft_Gzip_Uncompress' Source #

Arguments

:: FT_Memory

memory

-> Ptr FT_Byte

output

-> Ptr FT_ULong

output_len

-> Ptr FT_Byte

input

-> FT_ULong

input_len

-> IO FT_Error