i 've declared a string str, and initialize str with a value as IT s1s2 26, i.e
String str;
str="IT s1s2 26";
normally it prints like this as usual IT s1s2 26
what i want is that :i want the str value to be at the str itself but during printing i want to see IT s1s2 with a font size 12 and the number 26 with a font size 16........
can anyone tell me how to do that.........