Handbook
Glossary
get-codepoint-count ( text -- int )
Vocabulary
raylib
Inputs
text
a
c-string
Outputs
int
an
int
Word description
Get total number of codepoints in a UTF-8 encoded string
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
get-codepoint-count
int
GetCodepointCount (
c-string
text )