glutBitmapString (3) - Linux Manuals
glutBitmapString: Draw a string of bitmapped characters
NAME
glutBitmapString - Draw a string of bitmapped charactersLIBRARY
OpenGLUT - bitmapfontSYNOPSIS
In openglut.h Ft void Fn glutBitmapString void *font const unsigned char *stringPARAMETERS
Bf Em
Bf Em
The starting raster position is used as
the left margin for multi-line strings.
Each newline character repositions the raster
position at the beginning of the next line.
Nothing is drawn, and the raster position is unaffected when
either:
DESCRIPTION
Draw a
Bf Sy