Vte.Terminal.Font Property
The font used for rendering all text displayed by the terminal, overriding any fonts set using Gtk.Widget.ModifyFont().

Syntax

public Pango.FontDescription Font { set; get; }

Value

The Pango.FontDescription of the desired font.

Remarks

The terminal will immediately attempt to load the desired font, retrieve its metrics, and attempts to resize itself to keep the same number of rows and columns.

Requirements

Namespace: Vte
Assembly: vte-sharp (in vte-sharp.dll)