Emre Kozaltı

Results 2 comments of Emre Kozaltı

An another workaround which may helps but has not regular font style. ![output](https://github.com/user-attachments/assets/4e63cee9-ba48-4a89-a28d-b1a15c418057) ```c /** * @brief #### Test description 1 * @brief #### Test description 2 * @brief ####...

The following function can be moved from `raygui.h` to `raylib.h` ```c // in raygui.h static float TextToFloat(const char *text) ``` `raylib.h` has similar functions but doesn't include the `TextToFloat(const char...