Handbook
Glossary
text-subtext ( text position length -- c-string )
Vocabulary
raylib
Inputs
text
a
c-string
position
an
int
length
an
int
Outputs
c-string
a
c-string
Word description
Get a piece of a text string
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
text-subtext
c-string
TextSubtext (
c-string
text,
int
position,
int
length )