
//******************************************************************************** //funtion: DPrint() //purpose: Contructs new Dprint object //******************************************************************************** /*These First three are unimportant, put 0 if you dont want to use*/ DPrint(int startx, //This is important for DPrint::Println see later int starty, //marks the starting y location for DPrint::Println int vertical_spacing, //the spacing between each new line also for Println LPDIRECT3DDEVICE9 pdevice); //You still need a pDevice, but that is all!
FFORMAT Format; Format.fontsize = 40; Format.fontweight = 200; Format.typeface = TYPEFACE::TIMESNEWROMAN; Format.italic = true;

/*Rect for Location*/ /*Color u want*/ /*Covered this*/ /*Ur text!*/ print->Print(&formatrect, D3DCOLOR_ARGB(255, 0, 0, 255), &Format, "OMG YEAH!");




) I included it just to give people a chance to try it out without having to create their own code.
RCW? CCW?