Copyright | (c) David Himmelstrup 2005 |
---|---|
License | BSD-like |
Maintainer | lemmih@gmail.com |
Stability | provisional |
Portability | portable |
Safe Haskell | None |
Language | Haskell98 |
Graphics.UI.SDL.TTF.Render
Description
Documentation
renderTextSolid :: Font -> String -> Color -> IO Surface Source
renderUTF8Solid :: Font -> String -> Color -> IO Surface Source
renderGlyphSolid :: Ptr FontStruct -> Word16 -> Ptr Color -> IO (Ptr SurfaceStruct) Source
renderTextShaded :: Font -> String -> Color -> Color -> IO Surface Source
renderUTF8Shaded :: Font -> String -> Color -> Color -> IO Surface Source
renderGlyphShaded :: Ptr FontStruct -> Word16 -> Ptr Color -> Ptr Color -> IO (Ptr SurfaceStruct) Source
renderTextBlended :: Font -> String -> Color -> IO Surface Source
renderUTF8Blended :: Font -> String -> Color -> IO Surface Source
renderGlyphBlended :: Ptr FontStruct -> Word16 -> Ptr Color -> IO (Ptr SurfaceStruct) Source