>>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,"こんにちは");