freetype2-0.2.0: Haskell bindings for FreeType 2 library

Safe HaskellNone
LanguageHaskell98

FreeType.Core.Glyph.Internal

Contents

Synopsis

FT_New_Glyph

ft_New_Glyph' Source #

Arguments

:: FT_Library

library

-> FT_Glyph_Format

format

-> Ptr FT_Glyph

aglyph

-> IO FT_Error 

FT_Get_Glyph

FT_Glyph_Copy

ft_Glyph_Copy' Source #

Arguments

:: FT_Glyph

source

-> Ptr FT_Glyph

target

-> IO FT_Error 

FT_Glyph_Transform

FT_Glyph_Get_CBox

ft_Glyph_Get_CBox' Source #

Arguments

:: FT_Glyph

glyph

-> FT_UInt

bbox_mode

-> Ptr FT_BBox

acbox

-> IO () 

FT_Glyph_To_Bitmap

ft_Glyph_To_Bitmap' Source #

Arguments

:: Ptr FT_Glyph

the_glyph

-> FT_Render_Mode

render_mode

-> Ptr FT_Vector

origin

-> FT_Bool

destroy

-> IO FT_Error