Font Size in C

Discuss Computer Science and Programming related problems

Moderators:Labib, bristy1588

User avatar
Fahim Shahriar
Posts:138
Joined:Sun Dec 18, 2011 12:53 pm
Font Size in C

Unread post by Fahim Shahriar » Tue Oct 15, 2013 12:43 pm

How can I change font size in C ?
Name: Fahim Shahriar Shakkhor
Notre Dame College

User avatar
*Mahi*
Posts:1175
Joined:Wed Dec 29, 2010 12:46 pm
Location:23.786228,90.354974
Contact:

Re: Font Size in C

Unread post by *Mahi* » Fri Oct 18, 2013 8:40 pm

Do you want to change the font size in standard output of C? If so, then I can say that it is not possible. C/C++ standard output is plain text (the type of text you use in notepad/gedit), so you can't change the font of the output. But if you are using some kind of graphical user interface (GUI) then it might be possible using those specifications.

Also, you can change the command line font size inside the program (assuming you're using Windows) but I don't think you're wanting to know that one, as you won't be able to have more than one font size in a single program.
Please read Forum Guide and Rules before you post.

Use $L^AT_EX$, It makes our work a lot easier!

Nur Muhammad Shafiullah | Mahi

shayanjameel08
Posts:10
Joined:Mon Nov 04, 2013 6:17 pm

Re: Font Size in C

Unread post by shayanjameel08 » Sat Nov 09, 2013 10:55 am

As far as I know the text on the console is a fixed size.

Post Reply