glutBitmapWidth (3) - Linux Manuals
glutBitmapWidth: Return the width of a bitmapped character, in pixels.
NAME
glutBitmapWidth - Return the width of a bitmapped character, in pixels.LIBRARY
OpenGLUT - bitmapfontSYNOPSIS
In openglut.h Ft int Fn glutBitmapWidth void *font int characterPARAMETERS
Bf Em
Bf Em
It is also an upper bound on the width of the bitmapped glyph
for
Bf Sy
Returns 0 if the
Bf Sy
DESCRIPTION
Returns the horizontal OpenGL raster position
offset for a
Bf Sy
CAVEATS
In GLUT, some glyphs could render to the left of the starting position, in some fonts. OpenGLUT's fonts all position all of their glyphs to start at, or to the right of, the initial position.