I have seen posts on changing console true type font and console colors (rgb) but nothing on setting or getting the console font size.
The reason I want to change the font size is because a grid is printed to the console, and the grid has many columns, so, it fits better with a smaller font. I’m wondering if it’s possible to change it at runtime rather than allowing the default or configured fonts to take priority / override inheritance.
Maybe this article can help you
ConsoleHelper.cs
Here is how to use it to list true type fonts for console,
Crucial functions:
SetConsoleFont,GetConsoleFontInfoandGetNumberOfConsoleFonts. They’re undocumented, so use at your own risk.