Peter0x44 dfabbd8ba8
[rtext] Don't return default font if LoadFontEx fails (#4077)
It is currently impossible to check a font loaded successfully with
IsFontReady because LoadFontEx will always return a valid font.

DrawTextEx has this check:
if (font.texture.id == 0) font = GetFontDefault();  // Security check in case of not valid font

So anyone relying on the default font as a fallback for fonts failing to
load should still be covered.
2024-06-25 21:38:55 +02:00
..
2024-06-10 20:50:09 +02:00
2024-04-02 09:40:19 +02:00
2024-06-24 18:41:33 +02:00
2018-09-26 16:02:42 +02:00
2024-04-02 09:40:19 +02:00
2024-06-06 10:12:23 +02:00
2024-01-02 20:58:12 +01:00
2024-06-24 18:41:33 +02:00
2024-06-25 16:37:20 +02:00
2024-06-24 18:41:33 +02:00
2023-11-08 19:34:38 +01:00
2024-01-02 20:58:12 +01:00