Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ glcrendercountedstring() — IRIX 6.5.3f

Media Vault

Software Library

Restoration Projects

Artifacts Sought



glcRenderCountedString(3G)                           OpenGL Character Renderer



NAME
     glcRenderCountedString - render a string of a specified number of
     characters


C SPECIFICATION
     void glcRenderCountedString( GLint inCount,
                                  const GLCchar *inString )


PARAMETERS
     inCount   Specifies the number of elements in the string to be rendered.

     inString  Specifies the array of characters from which to render inCount
               elements.


DESCRIPTION
     glcRenderCountedString is identical to glcRenderChar except that it
     renders a string of characters, not just one character. The string
     consists of the first inCount elements of the array inString. The array
     need not be zero terminated.

ERRORS
     GLCPARAMETERERROR is generated if inCount is less than zero.

     GLCSTATEERROR is generated if the issuing thread has no current GLC
     context.

SEE ALSO
     glcRenderChar, glcRenderString
























                                                                        Page 1



Typewritten Software • bear@typewritten.org • Edmonds, WA 98026