SDL-ttf-0.6.1: Binding to libSDL_ttf

Portabilityportable
Stabilityprovisional
Maintainerlemmih@gmail.com

Graphics.UI.SDL.TTF.Render

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