You're reading text right now. Characters representing primarily letters and numbers, usually arranged to present a message.
1
vote
0answers
23 views
Rendering text with stb_font results in glitches
I'm trying to render text with OpenGL and an "inline"-font taken from the stb_fonts
The relevant code for initializing the font & rendering:
LabelFactory::LabelFactory() {
static unsigned ...