h-raylib-5.5.2.1: Raylib bindings for Haskell
Safe HaskellSafe-Inferred
LanguageHaskell2010

Raylib.Core.Text

Description

Bindings to rtext

Synopsis

High level

unloadFont :: Font -> WindowResources -> IO () Source #

Unloads a managed font from GPU memory (VRAM)

drawFPS :: Int -> Int -> IO () Source #

drawText :: String -> Int -> Int -> Int -> Color -> IO () Source #

Native