Raygui wrapper lib.

This commit is contained in:
jussi
2023-04-14 00:11:58 +03:00
parent 895c7f1a06
commit dc2edd6944
20 changed files with 210 additions and 23 deletions

10
API.md
View File

@@ -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
---