I'm working on console application to draw pictures via the character background color. There is also a small amount of text output. The problem is that the console's character are rectangles, not squares, so the pictures come out stretched vertically. Is there any way to change the default character shape or font in console?
Asked
Active
Viewed 43 times
0
-
1Why don't you think to strech your picture instead of changing console chars... – L.B Oct 21 '16 at 19:58
-
1http://stackoverflow.com/questions/6554536/possible-to-get-set-console-font-size-in-c-sharp-net – Mr Anderson Oct 21 '16 at 20:06
-
As L.B. suggests: stretch the picture horizontally before you 'paint' its pixels! – TaW Oct 21 '16 at 20:28