+ 2
Not able to change font size output sceen ?
with C++ , i can't change the font size of output screen, for example to show big anim like my code what time is it ?
4 Respuestas
+ 6
windows.h does not work here.
but you are on the right track.
Windows.h reference
https://msdn.microsoft.com/en-us/library/ms682073(VS.85).aspx
SetCurrentConsoleFontEx
https://msdn.microsoft.com/en-us/library/ms686200(v=vs.85).aspx
+ 6
only on windows pc will the full functionality of windows.h be realised
+ 2
Thanks, but SetCurrentConsoleFontEx does not build.