mirror of
https://github.com/raysan5/raygui.git
synced 2025-12-25 10:22:33 -05:00
Added comment
This commit is contained in:
@ -757,6 +757,7 @@ RAYGUIDEF void GuiFade(float alpha)
|
||||
}
|
||||
|
||||
// Set custom gui font
|
||||
// NOTE: Font loading/unloading is external to raygui
|
||||
RAYGUIDEF void GuiSetFont(Font font)
|
||||
{
|
||||
if (font.texture.id > 0)
|
||||
|
||||
Reference in New Issue
Block a user