How do I change the font in my C++ Windows console app?
It doesn\'t seem to use the font cmd.exe uses by default (Lucida Console). When I run my app through an exis
You could try the SetCurrentConsoleFontEx() function.