glcDeleteFont(3G) OpenGL Character Renderer glcDeleteFont(3G)
glcDeleteFont - delete a font
void glcDeleteFont( GLint inFont )
inFont Specifies the ID of the font to delete.
glcDeleteFont deletes the font identified by inFont.
If inFont is a font in the list GLC_CURRENT_FONT_LIST, the command
removes inFont from the list.
GLC_PARAMETER_ERROR is generated if inFont is not the ID of a font.
GLC_STATE_ERROR is generated if the issuing thread has no current GLC
context.
glcGetListi with argument GLC_FONT_LIST
glcGeti with argument GLC_FONT_COUNT
glcIsFont
glcGenFontID, glcNewFontFromFamily, glcNewFontFromMaster
PPPPaaaaggggeeee 1111 [ Back ]
|