sdl2-ttf-0.2.0: Binding to libSDL2-ttf

Safe HaskellSafe-Inferred
LanguageHaskell98

Graphics.UI.SDL.TTF.FFI

Documentation

type TTFFont = Ptr () Source

quit :: IO () Source

renderTextSolid :: TTFFont -> CString -> Ptr Color -> IO (Ptr Surface) Source

renderTextShaded :: TTFFont -> CString -> Ptr Color -> Ptr Color -> IO (Ptr Surface) Source

renderTextBlended :: TTFFont -> CString -> Ptr Color -> IO (Ptr Surface) Source

renderUTF8Solid :: TTFFont -> CString -> Ptr Color -> IO (Ptr Surface) Source

renderUTF8Shaded :: TTFFont -> CString -> Ptr Color -> Ptr Color -> IO (Ptr Surface) Source

renderUTF8Blended :: TTFFont -> CString -> Ptr Color -> IO (Ptr Surface) Source