Tilix: Font line spacing / line height

Created on 12 Feb 2017  路  3Comments  路  Source: gnunn1/tilix

Apologies for asking probably a dumb question. I realise that terminix uses vte widget for rendering terminal text. Does VTE expose any controls over font line spacing or character spacing? Are there any other options for configuring fonts per application?

question

Most helpful comment

This has just been implemented in VTE (forthcoming 0.52), using the new API method vte_terminal_set_cell_height_scale() and ..._width_scale().

All 3 comments

No, everything you can do with vte is choose a font and allow/disable bold chars, that's it.

@f2404 Pretty much covered it, however note that the fonts are configured on a per-profile basis. You could have multiple profiles with different fonts configured in each and switch between them as desired.

This has just been implemented in VTE (forthcoming 0.52), using the new API method vte_terminal_set_cell_height_scale() and ..._width_scale().

Was this page helpful?
0 / 5 - 0 ratings

Related issues

sliddjur picture sliddjur  路  3Comments

sirex picture sirex  路  3Comments

roadhoghook picture roadhoghook  路  4Comments

lucascosti picture lucascosti  路  3Comments

alalfakawma picture alalfakawma  路  4Comments