glcRenderString(3G) OpenGL Character Renderer glcRenderString(3G)
glcRenderString - render a string
void glcRenderString( const GLCchar *inString )
inString Specifies a zero-terminated string of characters.
glcRenderString is identical to glcRenderChar except that it renders a
string of characters. The string is a zero-terminated array of
characters.
GLC_PARAMETER_ERROR is generated if inString is less than zero.
GLC_STATE_ERROR is generated if the issuing thread has no current GLC
context.
glcRenderChar, glcRenderCountedString
PPPPaaaaggggeeee 1111 [ Back ]
|