| 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.Management
Description
Documentation
tryOpenFont :: String -> Int -> IO (Maybe Font) Source #
tryOpenFontRW :: RWops -> Bool -> Int -> IO (Maybe Font) Source #
openFontRW :: RWops -> Bool -> Int -> IO Font Source #
tryOpenFontIndex :: String -> Int -> Int -> IO (Maybe Font) Source #
openFontIndex :: String -> Int -> Int -> IO Font Source #