Skip to content

raylib.UnloadFont

JoeStrout edited this page Apr 29, 2026 · 2 revisions

Unload Font from GPU memory (VRAM)

Parameters

Parameter Default Value Note
font

Return value

None.

Notes

Example

font = raylib.LoadFont("font.ttf")
// ... use font ...
raylib.UnloadFont font

Clone this wiki locally