glcDeleteFont(3G) OpenGL Character Renderer glcDeleteFont(3G)
NAME
glcDeleteFont - delete a font
C SPECIFICATION
void glcDeleteFont( GLint inFont )
PARAMETERS
inFont Specifies the ID of the font to delete.
DESCRIPTION
glcDeleteFont deletes the font identified by inFont.
If inFont is a font in the list GLCCURRENTFONTLIST, the command
removes inFont from the list.
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
glcGetListi with argument GLCFONTLIST
glcGeti with argument GLCFONTCOUNT
glcIsFont
SEE ALSO
glcGenFontID, glcNewFontFromFamily, glcNewFontFromMaster
Page 1