freetype2-0.2.0: Haskell bindings for FreeType 2 library

Safe HaskellNone
LanguageHaskell98

FreeType.Support.Scanline.Internal

Contents

Synopsis

FT_SpanFunc

FT_Raster_NewFunc

FT_Raster_DoneFunc

FT_Raster_ResetFunc

FT_Raster_SetModeFunc

FT_Raster_RenderFunc

FT_Raster_BitTest_Func

type FT_Raster_BitTest_Func Source #

Arguments

 = Int32

y

-> Int32

x

-> Ptr ()

user

-> IO Int32 

FT_Raster_BitSet_Func

type FT_Raster_BitSet_Func Source #

Arguments

 = Int32

y

-> Int32

x

-> Ptr ()

user

-> IO ()