Subj : Re: Multiple size text To : borland.public.cpp.borlandcpp From : "andrew haynes" Date : Sun Aug 17 2003 03:17 am /* restore system to text mode */ restorecrtmode(); /* return to graphics mode */ setgraphmode(getgraphmode()); " restorecrtmode(); settextjustify(CENTER_TEXT, CENTER_TEXT); settextstyle(style, HORIZ_DIR, size); outtextxy(midx, midy, fname[style]); setgraphmode(getgraphmode()); line(10,10,100,100); " .