drawChar
drawChar(pos, 0, (ifps / number) % 10);
drawChar(pos, 0, 10);
drawChar(pos, 0, 11);
drawChar(pos, 0, 12);
static void drawChar(GLfloat x, GLfloat y, GLint number);