bindings-directfb-0.0.1: Low level bindings to DirectFBSource codeContentsIndex
Bindings.DirectFB.IDirectFBFont
Description
http://directfb.org/docs/DirectFB_Reference_1_4/IDirectFBFont.html
Documentation
data C'IDirectFBFont Source
Constructors
C'IDirectFBFont
c'IDirectFBFont'GetAscender :: FunPtr (Ptr C'IDirectFBFont -> Ptr CInt -> IO C'DFBResult)
c'IDirectFBFont'GetDescender :: FunPtr (Ptr C'IDirectFBFont -> Ptr CInt -> IO C'DFBResult)
c'IDirectFBFont'GetHeight :: FunPtr (Ptr C'IDirectFBFont -> Ptr CInt -> IO C'DFBResult)
c'IDirectFBFont'GetMaxAdvance :: FunPtr (Ptr C'IDirectFBFont -> Ptr CInt -> IO C'DFBResult)
c'IDirectFBFont'GetKerning :: FunPtr (Ptr C'IDirectFBFont -> CUInt -> CUInt -> Ptr CInt -> Ptr CInt -> IO C'DFBResult)
c'IDirectFBFont'GetStringWidth :: FunPtr (Ptr C'IDirectFBFont -> Ptr CString -> CInt -> Ptr CInt -> IO C'DFBResult)
c'IDirectFBFont'GetStringExtents :: FunPtr (Ptr C'IDirectFBFont -> Ptr CString -> CInt -> Ptr C'DFBRectangle -> Ptr C'DFBRectangle -> IO C'DFBResult)
c'IDirectFBFont'GetGlyphExtents :: FunPtr (Ptr C'IDirectFBFont -> CUInt -> Ptr C'DFBRectangle -> Ptr CInt -> IO C'DFBResult)
c'IDirectFBFont'GetStringBreak :: FunPtr (Ptr C'IDirectFBFont -> Ptr CString -> CInt -> CInt -> Ptr CInt -> Ptr CInt -> Ptr CString -> IO C'DFBResult)
c'IDirectFBFont'SetEncoding :: FunPtr (Ptr C'IDirectFBFont -> C'DFBTextEncodingID -> IO C'DFBResult)
c'IDirectFBFont'EnumEncodings :: FunPtr (Ptr C'IDirectFBFont -> C'DFBTextEncodingCallback -> Ptr () -> IO C'DFBResult)
c'IDirectFBFont'FindEncoding :: FunPtr (Ptr C'IDirectFBFont -> Ptr CString -> Ptr C'DFBTextEncodingID -> IO C'DFBResult)
show/hide Instances
Produced by Haddock version 2.4.2