#How to change the size of the text so that the result is large?
19 messages · Page 1 of 1 (latest)
When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question use !howto ask.
how is this related to C ?
With console output?
Or is it the intent that you will be using some graphics framework?
with console output
Then change the font size of your console program.
But you cannot do that from within your C program.
ah this means it's impossible
You can of course redirect the output of your program to a text file and open that with notepad or similar.
All the text written to the console is of the same size.
Whether that text is written by some terminal command, you on your keyboard, or your C program that writes to it.
There are some tricks by which you can change the colour of the text, but I don't know these because I have never used them.
They are called "escape sequences".
How can I try it for Windows only
ok I tried it first
What is this for?
Oh no, so at the bottom there is an explanation
Well thank you for your help. I'll learn about its use
!solved