load-utf8-raw ( codepoints length -- char* )
Raylib memory ownership

Prev:load-file-text-raw ( fileName -- char* )
Next:encode-data-base64-raw ( data dataLength outputLength -- char* )


Vocabulary
raylib

Inputs
codepointsa c-ptr
lengthan int


Outputs
char*a c-ptr


Word description
Returns the original native allocation (or f). Release it with unload-utf8. The version without -raw copies the text into a Factor string and releases this allocation automatically.

Definition


LIBRARY: raylib FUNCTION-ALIAS: load-utf8-raw char* LoadUTF8
( int* codepoints, int length )