Skip to content

raylib.UnloadCodepoints

JoeStrout edited this page Apr 29, 2026 · 2 revisions

Unload codepoints data from memory

Parameters

Parameter Default Value Note
codepoints

Return value

None.

Notes

Example

codepoints = raylib.LoadCodepoints("hello")
raylib.UnloadCodepoints codepoints

Clone this wiki locally