Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ glcdeletefont(3G) — IRIX 6.5.3f

Media Vault

Software Library

Restoration Projects

Artifacts Sought



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



Typewritten Software • bear@typewritten.org • Edmonds, WA 98026