08/08/05 19:45:45 0B8D+Y1A
>>632
Printf(IVideoDriver *driver, int x, int y, int sx, int sy, SColor color, const char *fmt, ...)
にでも改造して、
DrawImage(driver,tex,x+posx,y+posy, w,h,tx,ty,color,color,sx,sx);
呼び出しは、
Printf(driver,0,120,1,2,0xFFFFFF00,"こんにちは");