Vte.Terminal.UsingXft Property
Whether a Vte.Terminal is using Xft to draw text.

Syntax

public bool UsingXft { get; }

Value

true if the terminal is using Xft to render, false if the terminal is using Pango or Xlib.

Remarks

This function allows an application to determine which mode the widget is in. This setting cannot be changed by the caller, but in practice usually matches the behavior of Gtk itself.

Requirements

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