freetype2-0.2.0: Haskell bindings for FreeType 2 library

Safe HaskellNone
LanguageHaskell98

FreeType.Support.Bitmap.Internal

Contents

Synopsis

FT_Bitmap_Init

ft_Bitmap_Init' Source #

Arguments

:: Ptr FT_Bitmap

bitmap

-> IO () 

FT_Bitmap_Copy

ft_Bitmap_Copy' Source #

Arguments

:: FT_Library

library

-> Ptr FT_Bitmap

source

-> Ptr FT_Bitmap

target

-> IO FT_Error 

FT_Bitmap_Embolden

ft_Bitmap_Embolden' Source #

Arguments

:: FT_Library

library

-> Ptr FT_Bitmap

bitmap

-> FT_Pos

xStrength

-> FT_Pos

yStrength

-> IO FT_Error 

FT_Bitmap_Convert

ft_Bitmap_Convert' Source #

Arguments

:: FT_Library

library

-> Ptr FT_Bitmap

source

-> Ptr FT_Bitmap

target

-> FT_Int

alignment

-> IO FT_Error 

FT_Bitmap_Blend

ft_Bitmap_Blend' Source #

Arguments

:: FT_Library

library

-> Ptr FT_Bitmap

source

-> Ptr FT_Vector

source_offset

-> Ptr FT_Bitmap

target

-> Ptr FT_Vector

atarget_offset

-> Ptr FT_Color

color

-> IO FT_Error 

FT_GlyphSlot_Own_Bitmap

FT_Bitmap_Done

ft_Bitmap_Done' Source #

Arguments

:: FT_Library

library

-> Ptr FT_Bitmap

bitmap

-> IO FT_Error