glcEnable(3G) OpenGL Character Renderer glcEnable(3G)
NAME
glcEnable, glcDisable - enable or disable GLC capabilities
C SPECIFICATION
void glcEnable( GLCenum inAttrib )
C SPECIFICATION
void glcDisable( GLCenum inAttrib )
PARAMETERS
inAttrib Specifies a symbolic constant indicating a GLC capability.
DESCRIPTION
glcEnable and glcDisable enable and disable various GLC capabilities.
Both glcEnable and glcDisable take a single argument, inAttrib, which can
assume one of the following values:
GLCAUTOFONT If enabled, GLC provides a font when the current GLC
context has no fonts. If enabled, GLC automatically
provides a font to an application if the application
does not want to set up fonts itself.
GLCGLOBJECTS If enabled, GLC stores fonts in GL lists and textures
in GL texture objects.
GLCMIPMAP Currently has no effect.
ERRORS
GLCSTATEERROR is generated if the issuing thread has no current GLC
context.
ASSOCIATED GETS
glcIsEnabled
Page 1