void renderBitmapString(float x, float y, void *font, char *string) { char *c; glRasterPos2f(x,y); for(c=string; *c != '\0'; c++)
確定! 回上一頁