GLFW isn't a graphics library, it's job is to handle windowing, not render to 
the screen. You use OpenGL for that, and something like pixie, cairo or skia to 
handle stuff like fonts and layers for you.

Reply via email to