|
void | glcAppendFont (GLint inFont) |
|
void | glcDeleteFont (GLint inFont) |
|
void | glcFont (GLint inFont) |
|
GLboolean | glcFontFace (GLint inFont, const GLCchar *inFace) |
|
void | glcFontMap (GLint inFont, GLint inCode, const GLCchar *inCharName) |
|
GLint | glcGenFontID (void) |
|
const GLCchar * | glcGetFontFace (GLint inFont) |
|
const GLCchar * | glcGetFontListc (GLint inFont, GLCenum inAttrib, GLint inIndex) |
|
const GLCchar * | glcGetFontMap (GLint inFont, GLint inCode) |
|
const GLCchar * | glcGetFontc (GLint inFont, GLCenum inAttrib) |
|
GLint | glcGetFonti (GLint inFont, GLCenum inAttrib) |
|
GLboolean | glcIsFont (GLint inFont) |
|
GLint | glcNewFontFromMaster (GLint inFont, GLint inMaster) |
|
GLint | glcNewFontFromFamily (GLint inFont, const GLCchar *inFamily) |
|
defines the so-called "Font commands" described in chapter 3.7 of the GLC specs.