Handbook
Glossary
load-codepoints ( text count -- int* )
Vocabulary
raylib
Inputs
text
a
c-string
count
a
pointer
to a
int
Outputs
int*
a
pointer
to a
int
Word description
Load all codepoints from a UTF-8 text string, codepoints count returned by parameter
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
load-codepoints
int*
LoadCodepoints (
c-string
text, int* count )