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