Skip to content

raylib.UnloadUTF8

JoeStrout edited this page Apr 29, 2026 · 2 revisions

Unload UTF-8 text encoded from codepoints array

Parameters

Parameter Default Value Note
text

Return value

None.

Notes

Example

codepoints = raylib.LoadCodepoints("hello")
text = raylib.LoadUTF8(codepoints)
print text   // "hello"
raylib.UnloadUTF8 text

Clone this wiki locally