Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature request] Option to toggle font ligatures #1242

Open
isf63 opened this issue Mar 3, 2025 · 0 comments
Open

[Feature request] Option to toggle font ligatures #1242

isf63 opened this issue Mar 3, 2025 · 0 comments

Comments

@isf63
Copy link
Contributor

isf63 commented Mar 3, 2025

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.

System Information
  • Distribution & Version: Arch Linux
  • Qt Version: qt6-base 6.8.2-3, qt5-base 5.15.16+kde+r130-4
  • liblxqt Version: git
  • Package version: git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant