RENAMED: GuiFont() to GuiSetFont()

ADDED: GuiGetFont()
This commit is contained in:
Ray
2019-08-26 00:56:58 +02:00
parent be2ccc5147
commit 462ba6b373
2 changed files with 20 additions and 12 deletions

View File

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