lanoxx / tilda

A Gtk based drop down terminal for Linux and Unix
GNU General Public License v2.0
1.27k stars 162 forks source link

Ligature support? #402

Closed umnikos closed 4 years ago

umnikos commented 4 years ago

There is this nice font called FiraCode that only displays a group of characters as if they're Unicode without actually inserting any Unicode into your code. This is called "ligatures" and while they work in an emulator such as Konsole it doesn't work in Tilda. Is support for ligatures something that is planned in the future?

lanoxx commented 4 years ago

Font handling would need to be implemented in the VTE library not in tilda. The option to configure the font delegates font handling to the VTE library. I don't thing this is something that could be implemented in tilda, but if VTE supports it, then tilda should support it too.