I'm trying to resize a console window and can't find the appropriate calls. SetConsoleScreenBufferSize() will allow the window to grow larger but not smaller. SetConsoleWindowInfo() simply returns error 6 (invalid handle).
All other calls I find deal with pixels but in order to use these calls, I need the current font Size, but can't find that call either.
Any idea where I can look next?
Thanks
Walt
All other calls I find deal with pixels but in order to use these calls, I need the current font Size, but can't find that call either.
Any idea where I can look next?
Thanks
Walt