SDL-ttf-0.4.0: Binding to libSDL_ttfSource codeContentsIndex
Graphics.UI.SDL.TTF.Render
Portabilityportable
Stabilityprovisional
Maintainerlemmih@gmail.com
Description
Documentation
tryRenderTextSolid :: Font -> String -> Color -> IO (Maybe Surface)Source
renderTextSolid :: Font -> String -> Color -> IO SurfaceSource
tryRenderUTF8Solid :: Font -> String -> Color -> IO (Maybe Surface)Source
renderUTF8Solid :: Font -> String -> Color -> IO SurfaceSource
tryRenderGlyphSolid :: Font -> Char -> Color -> IO (Maybe Surface)Source
renderGlyphSolid :: Ptr FontStruct -> Word16 -> Ptr Color -> IO (Ptr SurfaceStruct)Source
tryRenderTextShaded :: Font -> String -> Color -> Color -> IO (Maybe Surface)Source
renderTextShaded :: Font -> String -> Color -> Color -> IO SurfaceSource
tryRenderUTF8Shaded :: Font -> String -> Color -> Color -> IO (Maybe Surface)Source
renderUTF8Shaded :: Font -> String -> Color -> Color -> IO SurfaceSource
tryRenderGlyphShaded :: Font -> Char -> Color -> Color -> IO (Maybe Surface)Source
renderGlyphShaded :: Ptr FontStruct -> Word16 -> Ptr Color -> Ptr Color -> IO (Ptr SurfaceStruct)Source
tryRenderTextBlended :: Font -> String -> Color -> IO (Maybe Surface)Source
renderTextBlended :: Font -> String -> Color -> IO SurfaceSource
tryRenderUTF8Blended :: Font -> String -> Color -> IO (Maybe Surface)Source
renderUTF8Blended :: Font -> String -> Color -> IO SurfaceSource
tryRenderGlyphBlended :: Font -> Char -> Color -> IO (Maybe Surface)Source
renderGlyphBlended :: Ptr FontStruct -> Word16 -> Ptr Color -> IO (Ptr SurfaceStruct)Source
Produced by Haddock version 2.1.0