glcRenderString(3G) OpenGL Character Renderer glcRenderString(3G)
NAME
glcRenderString - render a string
C SPECIFICATION
void glcRenderString( const GLCchar *inString )
PARAMETERS
inString Specifies a zero-terminated string of characters.
DESCRIPTION
glcRenderString is identical to glcRenderChar except that it renders a
string of characters. The string is a zero-terminated array of
characters.
ERRORS
GLCPARAMETERERROR is generated if inString is less than zero.
GLCSTATEERROR is generated if the issuing thread has no current GLC
context.
SEE ALSO
glcRenderChar, glcRenderCountedString
Page 1