signal callback delegate or function to connect
void callback(uint width, uint height, vte.terminal.Terminal terminal)
width the new character cell width (optional)
height the new character cell height (optional)
terminal the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to CharSizeChanged signal.
Emitted whenever the cell size changes, e.g. due to a change in font, font-scale or cell-width/height-scale.
Note that this signal should rather be called "cell-size-changed".