haskgame-0.0.2: Purely FunctionaL User Interface
Graphics.UI.HaskGame.Font
type Font = FontSource
renderText :: Font -> String -> Color -> IO SurfaceSource
textSize :: Font -> String -> IO (Vector2 Int)Source
defaultFont :: Int -> IO FontSource
withInit :: IO () -> IO ()Source