freetype2-0.2.0: Haskell bindings for FreeType 2 library

Safe HaskellNone
LanguageHaskell98

FreeType.Support.GZIP

Contents

Description

Please refer to the Support API > GZIP Streams chapter of the reference.

Internal: FreeType.Support.GZIP.Internal.

Synopsis

FT_Stream_OpenGzip

ft_Stream_OpenGzip Source #

Arguments

:: FT_Stream

stream

-> FT_Stream

source

-> IO () 

FT_Gzip_Uncompress

ft_Gzip_Uncompress Source #

Arguments

:: FT_Memory

memory

-> Ptr FT_Byte

output

-> FT_ULong

output_len

-> Ptr FT_Byte

input

-> FT_ULong

input_len

-> IO FT_ULong

output_len