summaryrefslogtreecommitdiff
path: root/API.md
diff options
context:
space:
mode:
authorjussi2025-05-03 18:27:39 +0300
committerjussi2025-05-03 18:27:39 +0300
commit067e4091ba9b34d1cc568ada266efde9cbe5c413 (patch)
treef191536c5aa94a9247d973f06ee96c25d09293c8 /API.md
parent6a4f8ab4a3573fe79bab93528750e1a87de24a58 (diff)
downloadreilua-enhanced-067e4091ba9b34d1cc568ada266efde9cbe5c413.tar.gz
reilua-enhanced-067e4091ba9b34d1cc568ada266efde9cbe5c413.tar.bz2
reilua-enhanced-067e4091ba9b34d1cc568ada266efde9cbe5c413.zip
DrawTextBoxed fix.
Diffstat (limited to 'API.md')
-rw-r--r--API.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/API.md b/API.md
index 3316eab..5dc55cc 100644
--- a/API.md
+++ b/API.md
@@ -8023,7 +8023,7 @@ Draw multiple character (codepoint)
---
-> mouseCharId, textOffset = RL.DrawTextBoxed(Font font, string text, Rectangle rec, float fontSize, float spacing, bool wordWrap, Color tint, bool limitHeight )
+> mouseCharId, textOffset = RL.DrawTextBoxed(Font font, string text, Rectangle rec, float fontSize, float spacing, bool wordWrap, Color tint, bool limitHeight, int|nil tabSize )
Draw text using font inside rectangle limits.
@@ -8031,7 +8031,7 @@ Draw text using font inside rectangle limits.
---
-> mouseCharId, textOffset = RL.DrawTextBoxedEx( Font font, string text, Rectangle rec, float fontSize, float spacing, bool wordWrap, Color tint, bool limitHeight, Vector2 textOffset )
+> mouseCharId, textOffset = RL.DrawTextBoxedEx( Font font, string text, Rectangle rec, float fontSize, float spacing, bool wordWrap, Color tint, bool limitHeight, Vector2 textOffset, int|nil tabSize )
Draw text using font inside rectangle limits. Return character id from mouse position (default 0).
textOffset can be used to set start position inside rectangle. Usefull to pass from previous