Skip to content

raylib.UnloadFontData

JoeStrout edited this page Apr 29, 2026 · 2 revisions

Unload font glyphs info data (RAM)

Parameters

Parameter Default Value Note
glyphs

Return value

None.

Notes

Example

glyphs = raylib.LoadFontData(fileData, 32, null, 0)
// ... use glyphs ...
raylib.UnloadFontData glyphs

Clone this wiki locally