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
// TODO: Why the heck are we drawing a whole line higher than requested!?
I'm going to hazard a guess about this TODO comment. Some APIs render the bottom-left corner of text at the position you request. Others render the top-left corner at that point. Maybe BoE used to use the first kind of API and switched to the second type when dependencies were modernized?
Oh, that's interesting. I have no idea if that's the case, but it's something that could probably be checked. BoE originally used the QuickDraw API for drawing text. Now we use SFML+Freetype.
This issue merely serves as a reminder that TODO comments exist. It should not be closed, unless no TODO comments remain.
The text was updated successfully, but these errors were encountered: