Query: glutbitmapcharacter
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
UNTITLEDLOCAL UNTITLEDNAMEglutBitmapCharacter -- Draw a bitmapped characterLIBRARYOpenGLUT - bitmapfontSYNOPSIS#include <openglut.h> void glutBitmapCharacter(void *font, int character);PARAMETERSfont A bitmapped font identifier. character A character code.DESCRIPTIONDraw 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 invalidCAVEATSglutBitmapString() is generally more efficient for strings of characters.SEE ALSOglRasterPos(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 |