Is there a way to change the font size?

Hi everyone. Is there a simple way to change the font size of the program, without having to download a new library?

I know that the "SetConsoleTextAttribute(GetStdHandle(STD_OUTPUT_HANDLE), ?)" function changes the font color. Maybe something like that changes the size?
1
2
 settextstyle(2,HORIZ_DIR,6); //here 2 means font_style, 6 means size of font
 outtextxy(140,300,"AWAIS TAHIR");

this will work in "graphics.h"
Topic archived. No new replies allowed.