GetCurrentConsoleFont(...) always returns size {0,16} #6395
Labels
Needs-Attention
The core contributors need to come back around and look at this ASAP.
Needs-Tag-Fix
Doesn't match tag requirements
Resolution-By-Design
It's supposed to be this way. Sometimes for compatibility reasons.
The API call to
GetCurrentConsoleFont(...)
always yields a size of{0,16}
(consoleFontInfo.dwFontSize
)Environment
Steps to reproduce
{0,16}
, regardless offontSize
in settings.jsonExpected behavior
As with regular
cmd.exe
andpowershell.exe
I would expect the output to display some reasonable dataActual behavior
The size outputted is always
{0,16}
, regardless of settings.The text was updated successfully, but these errors were encountered: