load-codepoints ( text count -- int* )


Vocabulary
raylib

Inputs
texta c-string
counta 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