Terminal.getFont

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.

class Terminal
getFont
()

Return Value

a #PangoFontDescription describing the font the terminal uses to render text at the default font scale of 1.0.

Meta