get_font
Description:
Queries the terminal for information about the fonts which will be used to draw text in the terminal.
The actual font takes the font scale into account, this is not reflected in the return value, the unscaled font is returned.
Parameters:
this |
a Terminal |
Returns:
a FontDescription describing the font the terminal uses to render text at the default font scale of 1.0. |