glutBitmapCharacter

renders a bitmap character using OpenGL.

Signature

glutBitmapCharacter( int( character ) )-> void
glutBitmapCharacter( font , character )
glutBitmapCharacter( c_void_p(font), c_int(character) ) -> None

Parameters

VariablesDescription
font
Bitmap font to use.
character
Character to render (not confined to 8 bits).

See Also

glutBitmapWidth glutStrokeCharacter

Sample Code References

The following code samples have been found which appear to reference the functions described here. Take care that the code may be old, broken or not even use PyOpenGL.

glutBitmapCharacter
OpenGLContext tests/glutbitmapcharacter.py Lines: 32
Glinter Widget.py Lines: 88
{LGPL} PyUI pyui/renderers/openglGlut.py Lines: 258
{LGPL} PyUI2 renderers/openglGlut.py Lines: 258
{LGPL} PyUI2 system/openglgraphics.py Lines: 249
{LGPL} VisionEgg VisionEgg/Text.py Lines: 428