You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a TODO about how it is possible to request more characters than fit in the font bitmap. Ideally the code should check for this and error out more politely. As it is, it would crash.
Solution
Do some math in the code to establish that the character glyphs will actually fit? Evaluate whether that is even possible using stb_truetype.
The text was updated successfully, but these errors were encountered:
Use Case
There is a TODO about how it is possible to request more characters than fit in the font bitmap. Ideally the code should check for this and error out more politely. As it is, it would crash.
Solution
Do some math in the code to establish that the character glyphs will actually fit? Evaluate whether that is even possible using stb_truetype.
The text was updated successfully, but these errors were encountered: