glCompFont glNewFont(glCompSet *s, char *text, glCompColor *c, char *fontdesc, int fs, bool is2D)
void glCompDrawText3D(glCompFont f, float x, float y, double z, float w, float h)
glCompFont glNewFontFromParent(glCompObj *o, char *text)
void glDeleteFont(glCompFont *f)
void glCompDrawText(glCompFont f, float x, float y)
void glCompRenderText(glCompFont f, glCompObj *parentObj)
void glprintfglut(void *font, float xpos, float ypos, float zpos, char *bf)