OpenGL Write Bitmap Text with Color
OpenGL does not provide support for fonts, and hence does not provide support
for "text". But GLUT supports bitmap text with a limited number of fonts. The
function glutBitmapCharacter is used to print a bitmap character at a 3D
position inside the m...
blog.mdminhazulhaque.io3 min read