mirror of
https://github.com/raysan5/raygui.git
synced 2025-12-25 10:22:33 -05:00
RENAMED: GuiFont() to GuiSetFont()
ADDED: GuiGetFont()
This commit is contained in:
@ -90,7 +90,7 @@ int main()
|
||||
|
||||
// Custom GUI font loading
|
||||
//Font font = LoadFontEx("fonts/rainyhearts16.ttf", 12, 0, 0);
|
||||
//GuiFont(font);
|
||||
//GuiSetFont(font);
|
||||
|
||||
bool exitWindow = false;
|
||||
bool showMessageBox = false;
|
||||
|
||||
Reference in New Issue
Block a user