glutStrokeCharacter

renders a stroke character using OpenGL.

Signature

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

Parameters

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

See Also

glutBitmapCharacter glutStrokeWidth

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.

glutStrokeCharacter
{Artistic License} PymmLib applications/glutviewer.py Lines: 239
{Artistic License} PymmLib mmLib/OpenGLDriver.py Lines: 440
{LGPL} VisionEgg VisionEgg/Text.py Lines: 508