Safe Haskell | None |
---|---|
Language | Haskell98 |
FreeType.Support.Module.Internal
Contents
Synopsis
- ft_Add_Module' :: FT_Library -> Ptr FT_Module_Class -> IO FT_Error
- ft_Get_Module' :: FT_Library -> Ptr Int8 -> IO FT_Module
- ft_Remove_Module' :: FT_Library -> FT_Module -> IO FT_Error
- ft_Property_Set' :: FT_Library -> Ptr FT_String -> Ptr FT_String -> Ptr () -> IO FT_Error
- ft_Property_Get' :: FT_Library -> Ptr FT_String -> Ptr FT_String -> Ptr () -> IO FT_Error
- ft_New_Library' :: FT_Memory -> Ptr FT_Library -> IO FT_Error
- ft_Done_Library' :: FT_Library -> IO FT_Error
- ft_Reference_Library' :: FT_Library -> IO FT_Error
- ft_Get_Renderer' :: FT_Library -> FT_Glyph_Format -> IO FT_Renderer
- ft_Set_Renderer' :: FT_Library -> FT_Renderer -> FT_UInt -> Ptr FT_Parameter -> IO FT_Error
- ft_Set_Debug_Hook' :: FT_Library -> FT_UInt -> FunPtr FT_DebugHook_Func -> IO ()
FT_Add_Module
Arguments
:: FT_Library | library |
-> Ptr FT_Module_Class | clazz |
-> IO FT_Error |
FT_Get_Module
Arguments
:: FT_Library | library |
-> Ptr Int8 | module_name |
-> IO FT_Module |
FT_Remove_Module
Arguments
:: FT_Library | library |
-> FT_Module | module |
-> IO FT_Error |
FT_Property_Set
FT_Property_Get
FT_New_Library
Arguments
:: FT_Memory | memory |
-> Ptr FT_Library | alibrary |
-> IO FT_Error |
FT_Done_Library
Arguments
:: FT_Library | library |
-> IO FT_Error |
FT_Reference_Library
ft_Reference_Library' Source #
Arguments
:: FT_Library | library |
-> IO FT_Error |
FT_Get_Renderer
Arguments
:: FT_Library | library |
-> FT_Glyph_Format | format |
-> IO FT_Renderer |
FT_Set_Renderer
Arguments
:: FT_Library | library |
-> FT_Renderer | renderer |
-> FT_UInt | num_params |
-> Ptr FT_Parameter | parameters |
-> IO FT_Error |
FT_Set_Debug_Hook
Arguments
:: FT_Library | library |
-> FT_UInt | hook_index |
-> FunPtr FT_DebugHook_Func | debug_hook |
-> IO () |