raylib
raylib copied to clipboard
[rtext] Font glyph images height could be bigger than font size
Font atlas generation assumes that font glyph images height can not be bigger than font size (assumed as max height) but it seems that's not the case, it should be reviewed.
More detailed info here: https://github.com/raysan5/raylib/issues/2991#issuecomment-1975093390
closed! says it all.
@designerfuzzi Please, could you provide a font to test this issue, I've been trying to find one for about an hour and I can't find any...
It seems this issue is very difficult to reproduce, closing it. A warning log message was added in case it happens.