Handbook
Glossary
text-length ( text -- uint )
Vocabulary
raylib
Inputs
text
a
c-string
Outputs
uint
an
uint
Word description
Get text length, checks for ' ' ending
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
text-length
uint TextLength
(
c-string
text )