SDL-ttf-0.6.3.0: Binding to libSDL_ttf
Copyright(c) David Himmelstrup 2005
LicenseBSD-like
Maintainerlemmih@gmail.com
Stabilityprovisional
Portabilityportable
Safe HaskellNone
LanguageHaskell98

Graphics.UI.SDL.TTF.Management

Description

 

Documentation

tryOpenFont :: String -> Int -> IO (Maybe Font) Source #

openFont :: String -> Int -> IO Font Source #

closeFont :: Font -> IO () 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 #