summaryrefslogtreecommitdiff
path: root/API.md
diff options
context:
space:
mode:
authorjussi2023-04-14 00:11:58 +0300
committerjussi2023-04-14 00:11:58 +0300
commitdc2edd69440fcc2470a45562149166695d4edbcc (patch)
tree25d4779859468d44958f41357af53396452c3f52 /API.md
parent895c7f1a06de2d89347909d62da41be9d62f0d09 (diff)
downloadreilua-enhanced-dc2edd69440fcc2470a45562149166695d4edbcc.tar.gz
reilua-enhanced-dc2edd69440fcc2470a45562149166695d4edbcc.tar.bz2
reilua-enhanced-dc2edd69440fcc2470a45562149166695d4edbcc.zip
Raygui wrapper lib.
Diffstat (limited to 'API.md')
-rw-r--r--API.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/API.md b/API.md
index fc21aa2..8548011 100644
--- a/API.md
+++ b/API.md
@@ -5955,13 +5955,21 @@ Get gui state ( global state )
> success = RL.GuiSetFont( Font font )
-Set gui custom font ( Global state )
+Set gui custom font ( global state )
- Failure return false
- Success return true
---
+> font = RL.GuiGetFont()
+
+Get gui custom font ( global state )
+
+- Success return int
+
+---
+
## Gui - Style
---