Handbook
Glossary
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
codepoints
a
c-ptr
length
an
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
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
load-utf8-raw
char* LoadUTF8
( int* codepoints,
int
length )