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
The text is rendered a pixel at a time, which will be thousands to millions of times slower than more specialized code. If we're going to stick with bitmap fonts, there are some good examples of the kind of bitblt we need in the X11 code (is this license compatible).
The current code is certainly functional, but coming up with better text rending will likely be important to make the UI usable.