From 143453af9ea9be82b2d58d665bed62abb716e21f Mon Sep 17 00:00:00 2001 From: jussi Date: Sun, 28 Jan 2024 18:29:06 +0200 Subject: TextInsert and TextSplit. --- API.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'API.md') diff --git a/API.md b/API.md index d003c37..70a75f2 100644 --- a/API.md +++ b/API.md @@ -6668,6 +6668,26 @@ Encode one codepoint into UTF-8 byte array --- +## Text - Text strings management functions (no UTF-8 strings, only byte chars) + +--- + +> text = RL.TextInsert( string text, string insert, int position ) + +Insert text in a specific position, moves all text forward + +- Success return string + +--- + +> splits = RL.TextSplit( string text, char delimiter ) + +Split text into multiple strings + +- Success return string{} + +--- + ## Models - Basic geometric 3D shapes drawing functions --- -- cgit v1.2.3