These are not available to be changed at run time, so if you create a way of increasing the GuiDefaultProperty.TEXT_SIZE your text in the statusbar will be cut off if it exceeds 24 pixels in height.
The writing in C allows you to modifiy these heights at runtime
https://github.com/drasmart/NumGuess-raygui/blob/8eacbcd0ef2c245034b45a69262b260006602102/src/main.cpp but we are stuck at using fonts no bigger than 24px
Can these be exposed and modifiable?
These are not available to be changed at run time, so if you create a way of increasing the GuiDefaultProperty.TEXT_SIZE your text in the statusbar will be cut off if it exceeds 24 pixels in height.
The writing in C allows you to modifiy these heights at runtime
https://github.com/drasmart/NumGuess-raygui/blob/8eacbcd0ef2c245034b45a69262b260006602102/src/main.cpp but we are stuck at using fonts no bigger than 24px
Can these be exposed and modifiable?