summaryrefslogtreecommitdiff
path: root/ReiLua_API.lua
diff options
context:
space:
mode:
authorjussi2025-05-14 11:20:00 +0300
committerjussi2025-05-14 11:20:00 +0300
commit913b8f882031893f926b6aba89ec4456cb39a2c0 (patch)
tree12d36ab998cae64c8426b3564ccad40dcd088be5 /ReiLua_API.lua
parent067e4091ba9b34d1cc568ada266efde9cbe5c413 (diff)
downloadreilua-enhanced-913b8f882031893f926b6aba89ec4456cb39a2c0.tar.gz
reilua-enhanced-913b8f882031893f926b6aba89ec4456cb39a2c0.tar.bz2
reilua-enhanced-913b8f882031893f926b6aba89ec4456cb39a2c0.zip
DrawTextBoxed Color change escape sequence.
Diffstat (limited to 'ReiLua_API.lua')
-rw-r--r--ReiLua_API.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/ReiLua_API.lua b/ReiLua_API.lua
index 8086204..406c038 100644
--- a/ReiLua_API.lua
+++ b/ReiLua_API.lua
@@ -4529,6 +4529,7 @@ function RL.DrawTextCodepoint( font, codepoint, position, fontSize, tint ) end
function RL.DrawTextCodepoints( font, codepoints, position, fontSize, spacing, tint ) end
---Draw text using font inside rectangle limits.
+---Support for tint change with "\a#FFFFFFFF"
---- Success return int, Vector2
---@param font any
---@param text string
@@ -4546,6 +4547,7 @@ function RL.DrawTextBoxed( font, text, rec, fontSize, spacing, wordWrap, tint, l
---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
---DrawTextBoxedEx for continuous text.
+---Support for tint change with "\a#FFFFFFFF"
---- Success return int, Vector2
---@param font any
---@param text string