Portability | portable |
---|---|
Stability | provisional |
Maintainer | lemmih@gmail.com |
Graphics.UI.SDL.TTF.Render
Description
Documentation
renderTextSolid :: Font -> String -> Color -> IO SurfaceSource
renderUTF8Solid :: Font -> String -> Color -> IO SurfaceSource
renderGlyphSolid :: Ptr FontStruct -> Word16 -> Ptr Color -> IO (Ptr SurfaceStruct)Source
renderTextShaded :: Font -> String -> Color -> Color -> IO SurfaceSource
renderUTF8Shaded :: Font -> String -> Color -> Color -> IO SurfaceSource
renderGlyphShaded :: Ptr FontStruct -> Word16 -> Ptr Color -> Ptr Color -> IO (Ptr SurfaceStruct)Source
renderTextBlended :: Font -> String -> Color -> IO SurfaceSource
renderUTF8Blended :: Font -> String -> Color -> IO SurfaceSource
renderGlyphBlended :: Ptr FontStruct -> Word16 -> Ptr Color -> IO (Ptr SurfaceStruct)Source