You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently font ligatures are always enabled in QTerminal. Users may want to disable ligatures for a given font.
Describe the solution you'd like
A checkbox to enable/disable font ligatures
Describe eventual alternatives you've considered
Context
Font ligatures are a feature of certain fonts that combine several characters into one automatically. They are currently supported by QTerminal and seemingly always enabled.
Qt 6.7 introduced QFont::setFeature for fonts. I believe QFont::setFeature("liga", 0 || 1); can be used to toggle this feature.
Is your feature request related to a problem? Please describe.
Currently font ligatures are always enabled in QTerminal. Users may want to disable ligatures for a given font.
Describe the solution you'd like
A checkbox to enable/disable font ligatures
Describe eventual alternatives you've considered
Context
Font ligatures are a feature of certain fonts that combine several characters into one automatically. They are currently supported by QTerminal and seemingly always enabled.
Qt 6.7 introduced
QFont::setFeature
for fonts. I believeQFont::setFeature("liga", 0 || 1);
can be used to toggle this feature.System Information
The text was updated successfully, but these errors were encountered: