| Portability | portable |
|---|---|
| Stability | provisional |
| Maintainer | lemmih@gmail.com |
| Safe Haskell | None |
Graphics.UI.SDL.TTF.Render
Description
Documentation
renderGlyphSolid :: Ptr FontStruct -> Word16 -> Ptr Color -> IO (Ptr SurfaceStruct)Source
renderGlyphShaded :: Ptr FontStruct -> Word16 -> Ptr Color -> Ptr Color -> IO (Ptr SurfaceStruct)Source
renderGlyphBlended :: Ptr FontStruct -> Word16 -> Ptr Color -> IO (Ptr SurfaceStruct)Source