Font rendering in GLUT using bitmap fonts with Sample example
Font rendering in GLUT using bitmap fonts with Sample example. GLUT supports two type of font rendering: stroke fonts, meaning each character is rendered as a set of line segments; and bitmap fonts, where each character is a bitmap generated with glBitmap. Stroke fonts have the advantage that because they …