#include #include -- | module Bindings.DirectFB.IDirectFBFont where #strict_import import Bindings.DirectFB.Types #starttype IDirectFBFont #field GetAscender , FunPtr (Ptr -> \ Ptr CInt -> IO ) #field GetDescender , FunPtr (Ptr -> \ Ptr CInt -> IO ) #field GetHeight , FunPtr (Ptr -> \ Ptr CInt -> IO ) #field GetMaxAdvance , FunPtr (Ptr -> \ Ptr CInt -> IO ) #field GetKerning , FunPtr (Ptr -> CUInt -> \ CUInt -> Ptr CInt -> Ptr CInt -> IO ) #field GetStringWidth , FunPtr (Ptr -> \ Ptr CString -> CInt -> Ptr CInt -> IO ) #field GetStringExtents , FunPtr (Ptr -> \ Ptr CString -> CInt -> Ptr -> \ Ptr -> IO ) #field GetGlyphExtents , FunPtr (Ptr -> CUInt -> \ Ptr -> Ptr CInt -> IO ) #field GetStringBreak , FunPtr (Ptr -> \ Ptr CString -> CInt -> CInt -> Ptr CInt -> Ptr CInt -> \ Ptr CString -> IO ) #field SetEncoding , FunPtr (Ptr -> \ -> IO ) #field EnumEncodings , FunPtr (Ptr -> \ -> Ptr () -> IO ) #field FindEncoding , FunPtr (Ptr -> \ Ptr CString -> Ptr -> IO ) #stoptype