Subj : Re: Multiple size text To : borland.public.cpp.borlandcpp From : Bob Gonder Date : Fri Jul 25 2003 01:17 pm Rob C. wrote: > >I assume you can print multiple size text on the screen with C++ Using GUI, (Win16/32) yes. >(I haven’t learned this yet), but what about straight-C There is no difference between C and C++. Whatever you can do with one, you can do with the other. Just different code is all. >compiled in Borland C++ 5.0? I wouldn’t have the foggiest idea where to even begin. And what about bold text, italic text, >underlined >text, or any of the numerous other styles.? Start with "fonts overview" in the help. Then check out CreateFont(). .