haskgame-0.0.6: Haskell game library.
Graphics.UI.HaskGame.Font
type Font = FontSource
renderText :: Font -> String -> Color -> IO SurfaceSource
textSize :: Font -> String -> Vector2 IntSource
defaultFont :: Int -> IO FontSource
withInit :: IO () -> IO ()Source