wglUseFontOutlines(hdc,0,256,1000,0.01F,5.F,WGL_FONT_POLYGONS,gmf);
glPushMatrix(); glRotated(((double)i)*90.,1.,0.,0.); glTranslated(-450.,-40.,75.); PrintTextInBox(gmf,"hello",900.,80.); glPopMatrix();
Pourquoi faire simple quand on peut faire compliqué ?
|