Get a piece of a text string.
Usage
text_subtext(text, position, length)
Arguments
- text
A string.
- position
An integer.
- length
An integer.
Note
This function has been auto-generated from the following Raylib function definition:
const char * TextSubtext(const char * text, int position, int length);
Examples
if (FALSE) {
text_subtext("Hello", 0L, 0L)
}