get-codepoint-count ( text -- int )


Vocabulary
raylib

Inputs
texta c-string


Outputs
intan int


Word description
Get total number of codepoints in a UTF-8 encoded string

Definition