Insert text in a position (WARNING: memory must be freed!).
Note
This function has been auto-generated from the following Raylib function definition:
*TextInsert(const char *text, const char *insert, int position); char
See also
Other text functions:
draw_text_codepoint()
,
draw_text_ex()
,
draw_text_pro()
,
draw_text()
,
image_draw_text_ex()
,
image_draw_text()
,
image_text_ex()
,
image_text()
,
load_file_text()
,
measure_text_ex()
,
measure_text()
,
text_find_index()
,
text_replace()
,
text_to_integer()
,
text_to_lower()
,
text_to_pascal()
,
text_to_upper()