Can you tell me how can i increase the font of my output for particular portions of myy program on the output screen in visual studio.net 2003...

for example if i want to give a heading or a title in bigger font.. how can i do so???

Recommended Answers

All 5 Replies

You need to show us an example of how you're drawing text on the screen at the moment.

There are many and varied ways of doing this, so simply guessing "I do it this way" might be of no use to you at all.

for example i want this title to be in bigger font as compared to the other output data


"WELCOME TO THE STUDENT MANAGMENT SYSTEM"

Yeah, we know what you want.

But that wasn't the question.
How are you displaying any text at all at the moment?

cout<<"WELCOME TO STUDENT MANAGMENT SYSTEM"<<endl;

then comes the remaining part like it asks for password etc... i just want to use it for making it look good

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.