freetype2-0.2.0: Haskell bindings for FreeType 2 library

Safe HaskellNone
LanguageHaskell98

FreeType.Format.PFR.Internal

Contents

Synopsis

FT_Get_PFR_Metrics

ft_Get_PFR_Metrics' Source #

Arguments

:: FT_Face

face

-> Ptr FT_UInt

aoutline_resolution

-> Ptr FT_UInt

ametrics_resolution

-> Ptr FT_Fixed

ametrics_x_scale

-> Ptr FT_Fixed

ametrics_y_scale

-> IO FT_Error 

FT_Get_PFR_Kerning

ft_Get_PFR_Kerning' Source #

Arguments

:: FT_Face

face

-> FT_UInt

left

-> FT_UInt

right

-> Ptr FT_Vector

avector

-> IO FT_Error 

FT_Get_PFR_Advance

ft_Get_PFR_Advance' Source #

Arguments

:: FT_Face

face

-> FT_UInt

gindex

-> Ptr FT_Pos

aadvance

-> IO FT_Error