CodeEditApp / CodeEdit

📝 CodeEdit App for macOS – Elevate your code editing experience. Open source, free forever.
https://codeedit.app
MIT License
21.11k stars 1.02k forks source link

✨ Configuration to adjust terminal letter spacing #1100

Open austincondiff opened 1 year ago

austincondiff commented 1 year ago

Describe the solution you'd like

This configuration variable will adjust the amount of spacing in between each character. This will be a multiple of the character itself.

Examples

Value Description
1 no spacing in between characters
1.5 a half of a characters width between characters
2 a full characters width in between characters

Note: We are not limited to the three values above, they are just examples to illustrate how this will work.

Related issues

gokul1099 commented 1 year ago

@austincondiff I have added the option for changing the letter spacing in settings view under terminal settings. I am trying to add the selected letter spacing to the SwiftTerm LocalTerminalProcessView. But I don't find a way to add letter spacing. Do you have any idea on this. I gone through this documentation https://migueldeicaza.github.io/SwiftTermDocs/documentation/swiftterm/localprocessterminalview

luah5 commented 1 year ago

@austincondiff I have added the option for changing the letter spacing in settings view under terminal settings. I am trying to add the selected letter spacing to the SwiftTerm LocalTerminalProcessView. But I don't find a way to add letter spacing. Do you have any idea on this. I gone through this documentation https://migueldeicaza.github.io/SwiftTermDocs/documentation/swiftterm/localprocessterminalview

Unfortunately there is no way to add letter spacing at the moment, if you want, open an issue on the SwiftTerm github repo.