How to change my font properties using c++ program including window.h file?
I want to change the font used by the console while my program is executing. I have tried using setCurrentConsoleFontEx()
but it is not working as expected.
I want to change the font used by the console while my program is executing. I have tried using setCurrentConsoleFontEx()
but it is not working as expected.