glcEnable(3G) OpenGL Character Renderer glcEnable(3G)
glcEnable, glcDisable - enable or disable GLC capabilities
void glcEnable( GLCenum inAttrib )
void glcDisable( GLCenum inAttrib )
inAttrib Specifies a symbolic constant indicating a GLC capability.
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:
GLC_AUTO_FONT 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.
GLC_GL_OBJECTS If enabled, GLC stores fonts in GL lists and textures
in GL texture objects.
GLC_MIPMAP Currently has no effect.
GLC_STATE_ERROR is generated if the issuing thread has no current GLC
context.
glcIsEnabled
PPPPaaaaggggeeee 1111 [ Back ]
|