answersLogoWhite

0


Best Answer

C++ doesn't understand the notion of a font. To work with fonts you will need a graphics library. The library will provide the methods required to change font sizes.

User Avatar

Wiki User

6y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago

ja

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How can I change the output font of a C program?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the code to change the font of the output in c plus plus?

There is no generic code to change the typeface of the console output, nor indeed any output window. To change the typeface you must use platform-specific code. That is, the code required to change the output typeface in Windows is completely different to that of Unix-based systems.


What are the Example Output of Calculator Program in C plus plus?

example output of c++ calculator


Can you change the font color on Neopets?

Yes. Here is the coding. <font c="color"></font>


How do you change the color of background of output screen in c program?

Platform-dependent. For TurboC use functions of header conio.h (use built-in help).


Write a c program to have followiing as output?

void main() { printf("followiing"); }


C program on how to calculate circumference of a circle?

int radius = 2; int output; radius = radius * 2; output = radius * Math.PI; Console.WriteLine(output);


Why the background colour of turbo c plus plus is blue?

I want my C++ program become interesting How can I change the color of background and color of font even size of font......... I will always use system("cls") to clear there screen..... so I want do C++ DOS into something we call presentation like powerpoint Haha........ Any tutorial? That all Thank you


How do you create a program that will display output?

It must use a function with a "return" statement. Or you could output via console. (.NET CODE(C#)) Console.WriteLine("Output.");


How to change the color of output and background in c language?

in layout


How do you capture the output of C program in to another C program?

HIYou can first include the 1st program in ur 2nd program using # include and then whatever be the output from frst it can be used in second program.pankajThat's what popen is good for. Read the manual.


How do you get an output of a c plus plus program to be printed?

See sources and related links below.


What is output if we don't write break statement in switch-case in c sharp?

This question cannot be generally answered, the output depends on the actual program.