PyConsoleScreenBuffer.GetCurrentConsoleFont

(int, PyCOORD) = GetCurrentConsoleFont(MaximumWindow)

Returns currently displayed font

Parameters

MaximumWindow=False : boolean

If True, retrieves font size for maximum window size

Return Value

Returns the index of current font and window size MSDN docs claim the returned COORD is the font size, but it's actually the window size.
Use PyConsoleScreenBuffer::GetConsoleFontSize for the font size.