glcRemoveCatalog(3G) OpenGL Character Renderer glcRemoveCatalog(3G)
NAME
glcRemoveCatalog - remove a catalog from the catalog list
C SPECIFICATION
void glcRemoveCatalog( GLint inIndex )
PARAMETERS
inIndex Specifies the string to remove from the catalog list
GLCCATALOGLIST.
DESCRIPTION
glcRemoveCatalog removes the catalog inIndex from the list
GLCCATALOGLIST.
ERRORS
GLCSTATEERROR is generated if the issuing thread has no current GLC
context.
GLCPARAMETERERROR is generated if inIndex is less than zero or is
greater than or equal to the value of the variable GLCMASTERCOUNT.
ASSOCIATED GETS
glcGetListc with argument GLCCATALOGLIST
glcGeti with argument GLCCATALOGCOUNT
SEE ALSO
glcAppendCatalog glcRemoveCatalog
Page 1