glcReplacementCode(3G) OpenGL Character Renderer glcReplacementCode(3G)
NAME
glcReplacementCode - assign a value to GLCREPLACEMENTCODE
C SPECIFICATION
void glcReplacementCode( GLint inCode )
PARAMETERS
inCode Specifies an integer to assign to GLCREPLACEMENTCODE.
DESCRIPTION
glcReplacementCode assigns the value inCode to the variable
GLCREPLACEMENTCODE.
If you call glcRenderChar and the value of GLCREPLACEMENTCODE is
nonzero,glcRenderChar finds a font that maps the replacement code, and
renders the character that the replacement code is mapped to.
ERRORS
GLCSTATEERROR is generated if the issuing thread has no current GLC
context.
ASSOCIATED GETS
glcGeti with argument GLCREPLACEMENTCODE
SEE ALSO
glcRenderChar
Page 1