(int, PyCOORD) = GetCurrentConsoleFont(MaximumWindow)
Returns currently displayed font
Parameters
MaximumWindow=False : boolean
If True, retrieves font size for maximum window size
Comments
Only exists on XP or later.
MSDN docs claim the returned COORD is the font size, but it's actually the window size.
Use PyConsoleScreenBuffer::GetConsoleFontSize for the font size.
Return Value
Returns the index of current font and window size