Query: glutbitmapstring
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
UNTITLEDLOCAL UNTITLEDNAMEglutBitmapString -- Draw a string of bitmapped charactersLIBRARYOpenGLUT - bitmapfontSYNOPSIS#include <openglut.h> void glutBitmapString(void *font, const unsigned char *string);PARAMETERSfont A bitmapped font identifier. string A NUL-terminated ASCII string.DESCRIPTIONDraw a string the current OpenGL raster position using a bitmapped font. The raster position is advanced by the width of the string. The starting raster position is used as the left margin for multi-line strings. Each newline character repositions the raster position at the beginning of the next line. Nothing is drawn, and the raster position is unaffected when either: - font is not a valid OpenGLUT bitmap font - string is an empty string or NULL pointer - The current OpenGL raster position is invalidSEE ALSOglRasterPos(3) glutBitmapCharacter(3) Epoch
Related Man Pages |
---|
glbitmap(3g) - centos |
glwindowpos(3g) - centos |
glutstrokestring(3) - centos |
glbitmap(3g) - suse |
glutbitmapcharacter(3glut) - suse |
Similar Topics in the Unix Linux Community |
---|
Best performance UNIX just for HOST Virtualization? |
DB2 convert digits to binary format |
Tar Command |
CentOS7 restoring file capabilities |
CentOS 6 ran out of space, need to reclaim it |