freetype2-0.2.0: Haskell bindings for FreeType 2 library

Safe HaskellNone
LanguageHaskell98

FreeType.Support.Advance.Internal

Contents

Synopsis

FT_Get_Advance

ft_Get_Advance' Source #

Arguments

:: FT_Face

face

-> FT_UInt

gindex

-> FT_Int32

load_flags

-> Ptr FT_Fixed

padvance

-> IO FT_Error 

FT_Get_Advances

ft_Get_Advances' Source #

Arguments

:: FT_Face

face

-> FT_UInt

start

-> FT_UInt

count

-> FT_Int32

load_flags

-> Ptr FT_Fixed

padvances

-> IO FT_Error