|
-
March 19th, 2021, 01:55 PM
#9
Re: Resizing WinAPI Windows Console without text rearranging?
SOLUTION
The solution appears to be correct use of the function SetConsoleWindowInfo().
By setting the dimensions of the console to the exact size of the buffer you don't trigger text realignment when you change the shape of the window.
This seems to be the only way to work around the text-realignment feature of the Windows Console.
Thanks for all your help..(!)
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|