glcFont(3G) OpenGL Character Renderer glcFont(3G)
NAME
glcFont - replace fonts in the font list
C SPECIFICATION
void glcFont( GLint inFont )
PARAMETERS
inFont Specifies the ID of a font.
DESCRIPTION
If inFont is the ID of a font, glcFont sets the list
GLCCURRENTFONTLIST to be inFont. If inFont is zero, glcFont clears the
list GLCCURRENTFONTLIST.
ERRORS
GLCPARAMETERERROR is generated if inFont is not the ID of a font.
GLCSTATEERROR is generated if the issuing thread has no current GLC
context.
ASSOCIATED GETS
glcGetListc with argument GLCCURRENTFONTLIST
glcGeti with argument GLCCURRENTFONTCOUNT
SEE ALSO
glcAppendFont
Page 1