centos man page for glutbitmapcharacter

Query: glutbitmapcharacter

OS: centos

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

UNTITLED
LOCAL UNTITLED
NAME
glutBitmapCharacter -- Draw a bitmapped character
LIBRARY
OpenGLUT - bitmapfont
SYNOPSIS
#include <openglut.h> void glutBitmapCharacter(void *font, int character);
PARAMETERS
font A bitmapped font identifier. character A character code.
DESCRIPTION
Draw a character at the current OpenGL raster position using a bitmapped font. The raster position is advanced by the width of the character. Nothing is drawn, and the raster position is unaffected when either: - character is out of range - font is not a valid OpenGLUT bitmap font - The current OpenGL raster position is invalid
CAVEATS
glutBitmapString() is generally more efficient for strings of characters.
SEE ALSO
glRasterPos(3) glutBitmapString(3) glutBitmapWidth(3) glutBitmapHeight(3) glutStrokeCharacter(3) Epoch
Related Man Pages
glbitmap(3g) - mojave
glutsetwindow(3) - centos
glbitmap(3g) - osx
glutbitmapcharacter(3glut) - osx
glutstrokecharacter(3glut) - osx
Similar Topics in the Unix Linux Community
Error: GL/glut.h: No such file or directory