Method

VteTerminalset_cell_height_scale

since: 0.52

Declaration [src]

void
vte_terminal_set_cell_height_scale (
  VteTerminal* terminal,
  double scale
)

Description [src]

Sets the terminal’s cell height scale to scale.

This can be used to increase the line spacing. (The font’s height is not affected.) Valid values go from 1.0 (default) to 2.0 (“double spacing”).

Available since: 0.52

Parameters

scale

Type: double

The cell height scale.