Answer the question
In order to leave comments, you need to log in
How to set fonts in the Windows console window from a C program?
There is such a code in C that worked for me under linux.
printf(" ███─████─████\n");
sleep(1);
printf(" █───█──█─█──██\n");
sleep(1);
printf(" ███─████─█──██\n");
sleep(1);
printf(" ──█─█──█─█──██\n");
sleep(1);
printf(" ███─█──█─████\n");
printf("\n\n");
sleep(1);
printf(" ████─████─█───█─███\n");
sleep(1);
printf(" █────█──█─██─██─█\n");
sleep(1);
printf(" █─██─████─█─█─█─███\n");
sleep(1);
printf(" █──█─█──█─█───█─█\n");
sleep(1);
printf(" ████─█──█─█───█─███\n");
sleep(3);
++z;
Answer the question
In order to leave comments, you need to log in
And how do you control what "font" you have on Linux?
The user cannot put himself a non-standard one, and then everything will fly on Linux?
Or are you confusing font and encoding?
I use conemu under Windows, I have Consolas 16 in size in all console commands, and everything is displayed perfectly
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question