From dc2edd69440fcc2470a45562149166695d4edbcc Mon Sep 17 00:00:00 2001 From: jussi Date: Fri, 14 Apr 2023 00:11:58 +0300 Subject: Raygui wrapper lib. --- ReiLua_API.lua | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'ReiLua_API.lua') diff --git a/ReiLua_API.lua b/ReiLua_API.lua index a7e194a..c37d760 100644 --- a/ReiLua_API.lua +++ b/ReiLua_API.lua @@ -4759,13 +4759,18 @@ function RL.GuiGetState() end -- Gui - Font ----Set gui custom font ( Global state ) +---Set gui custom font ( global state ) ---- Failure return false ---- Success return true ---@param font any ---@return any success function RL.GuiSetFont( font ) end +---Get gui custom font ( global state ) +---- Success return int +---@return any font +function RL.GuiGetFont() end + -- Gui - Style ---Set one style property -- cgit v1.2.3